COLOR #09D8FE

HEX: #09D8FE
RGB: (9,216,254)

Color info

#09D8FE contains mainly green and blue colors. Web safe color of #09D8FE is #00CCFF (or #0CF).

RGB color model

#09D8FE color RGB value is (9,216,254).

  • red value is 9;
  • green value is 216;
  • blue value is 254.
RGB:
(9,216,254)
(4%,85%,100%)

RGB channels and saturation

R 9 of 255 = 4%
G 216 of 255 = 85%
B 254 of 255 = 100%

9
216
254

R + G + B ~ 63%. #09D8FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
9 + 216 + 254 = 479 (100%)
R 9 of 479 ~ 1.88%
G 216 of 479 ~ 45.09%
B 254 of 479 ~ 53.03%

%45.09
%53.03

CMYK color model

#09D8FE color CMYK value is (96,15,0,0).

  • cyan value is 96.46%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(96,15,0,0)
C96M15Y0K0 
(96%,15%,0%,0%)
(0.96/0.15/0.00/0.00)	

CMYK percentages

%96.46
%14.96
%0
%0.39

Codes

Color #09D8FE in popluar color models

09D8FE
RGB9216254
HSL189°99.19%51.57%
HSB/HSV189°96.46%99.61%
CMYK96.46%14.96%0.00%
0.39%

Color #09D8FE in popluar number systems.

HEX09D8FE
Decimal9216254
Binary10011101100011111110
Octal11330376

Shades and tints

Shades of #09D8FE

#09D8FE
(9,216,254)
#09C5E7
(9,197,231)
#09B2D0
(9,178,208)
#099FB9
(9,159,185)
#098CA2
(9,140,162)
#09798B
(9,121,139)
#096674
(9,102,116)
#09535D
(9,83,93)
#094046
(9,64,70)
#092D2F
(9,45,47)
#091A18
(9,26,24)
#000000
(0,0,0)

Tints of #09D8FE

#09D8FE
(9,216,254)
#1FDBFE
(31,219,254)
#35DEFE
(53,222,254)
#4BE1FE
(75,225,254)
#61E4FE
(97,228,254)
#77E7FE
(119,231,254)
#8DEAFE
(141,234,254)
#A3EDFE
(163,237,254)
#B9F0FE
(185,240,254)
#CFF3FE
(207,243,254)
#E5F6FE
(229,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09D8FE color. Also use rgb(9,216,254) instead hex code.

Text Font Color

.myTextColor { color: #09D8FE; }

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

This text font color is #09D8FE.


Background Color

.myBgColor { background-color: #09D8FE; }

<div style="background-color:#09D8FE">Inner text</div>

This div background color is #09D8FE.


Border color

.myBorderColor { border: 1px solid #09D8FE; }

<div style="border:3px solid #09D8FE">Div</div>

This div border color is #09D8FE.


Opacity

.myOpacity80 { color: #09D8FE; opacity: 0.8; }

<p style="color:#09D8FE;opacity:0.8;">80%</p>

Text with #09D8FE 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 #09D8FE;}

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

This text has shadow with #09D8FE color.

.textShadow {text-shadow: 3px 3px 1px #09D8FE, 3px 3px 1px red;}

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

This text has shadow with #09D8FE primary color and red secondary color.


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

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

This text has shadow with #09D8FE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09D8FE on black background.


Color preview on white background

This text has color #09D8FE on white background.



Black color preview on #09D8FE background

This text has black color on #09D8FE background.


White color preview on #09D8FE background

This text has white color on #09D8FE background.