COLOR #30D9FA

HEX: #30D9FA
RGB: (48,217,250)

Color info

#30D9FA contains mainly green and blue colors. Web safe color of #30D9FA is #33CCFF (or #3CF).

RGB color model

#30D9FA color RGB value is (48,217,250).

  • red value is 48;
  • green value is 217;
  • blue value is 250.
RGB:
(48,217,250)
(19%,85%,98%)

RGB channels and saturation

R 48 of 255 = 19%
G 217 of 255 = 85%
B 250 of 255 = 98%

48
217
250

R + G + B ~ 67%. #30D9FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
48 + 217 + 250 = 515 (100%)
R 48 of 515 ~ 9.32%
G 217 of 515 ~ 42.14%
B 250 of 515 ~ 48.54%

%42.14
%48.54

CMYK color model

#30D9FA color CMYK value is (81,13,0,2).

  • cyan value is 80.80%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(81,13,0,2)
C81M13Y0K2 
(81%,13%,0%,2%)
(0.81/0.13/0.00/0.02)	

CMYK percentages

%80.8
%13.2
%0
%1.96

Codes

Color #30D9FA in popluar color models

30D9FA
RGB48217250
HSL190°95.28%58.43%
HSB/HSV190°80.80%98.04%
CMYK80.80%13.20%0.00%
1.96%

Color #30D9FA in popluar number systems.

HEX30D9FA
Decimal48217250
Binary1100001101100111111010
Octal60331372

Shades and tints

Shades of #30D9FA

#30D9FA
(48,217,250)
#2CC6E4
(44,198,228)
#28B3CE
(40,179,206)
#24A0B8
(36,160,184)
#208DA2
(32,141,162)
#1C7A8C
(28,122,140)
#186776
(24,103,118)
#145460
(20,84,96)
#10414A
(16,65,74)
#0C2E34
(12,46,52)
#081B1E
(8,27,30)
#000000
(0,0,0)

Tints of #30D9FA

#30D9FA
(48,217,250)
#42DCFA
(66,220,250)
#54DFFA
(84,223,250)
#66E2FA
(102,226,250)
#78E5FA
(120,229,250)
#8AE8FA
(138,232,250)
#9CEBFA
(156,235,250)
#AEEEFA
(174,238,250)
#C0F1FA
(192,241,250)
#D2F4FA
(210,244,250)
#E4F7FA
(228,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30D9FA color. Also use rgb(48,217,250) instead hex code.

Text Font Color

.myTextColor { color: #30D9FA; }

<p style="color:#30D9FA">This sample text font color is #30D9FA.</p>

This text font color is #30D9FA.


Background Color

.myBgColor { background-color: #30D9FA; }

<div style="background-color:#30D9FA">Inner text</div>

This div background color is #30D9FA.


Border color

.myBorderColor { border: 1px solid #30D9FA; }

<div style="border:3px solid #30D9FA">Div</div>

This div border color is #30D9FA.


Opacity

.myOpacity80 { color: #30D9FA; opacity: 0.8; }

<p style="color:#30D9FA;opacity:0.8;">80%</p>

Text with #30D9FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #30D9FA;}

<p style="text-shadow: 3px 3px 1px #30D9FA">Text here.</p>

This text has shadow with #30D9FA color.

.textShadow {text-shadow: 3px 3px 1px #30D9FA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #30D9FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #30D9FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#30D9FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#30D9FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #30D9FA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #30D9FA;
  -webkit-box-shadow:	1px 1px 3px 2px #30D9FA;
  box-shadow:		1px 1px 3px 2px #30D9FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #30D9FA;
-webkit-box-shadow: 1px 1px 3px 2px #30D9FA;
box-shadow:1px 1px 3px 2px #30D9FA;">
Div content here</div>
This div box has shadow with color #30D9FA.

Preview

Color preview on black background

This text has color #30D9FA on black background.


Color preview on white background

This text has color #30D9FA on white background.



Black color preview on #30D9FA background

This text has black color on #30D9FA background.


White color preview on #30D9FA background

This text has white color on #30D9FA background.