Shades of Deep Sky Blue #09CDFE
Tints of Deep Sky Blue #09CDFE
RGB
CMYK
RGB Variations
Color information
#09CDFE (or 0x09CDFE) is known color: Deep Sky Blue. HEX triplet: 09, CD and FE. RGB value is (9,205,254). Sum of RGB (Red+Green+Blue) = 9+205+254=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #09CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CDFE is #F63201. Grayscale: #979797. Windows color (decimal): -16134658 or 16698633. OLE color: 16698633.
HSL color Cylindrical-coordinate representation of color #09CDFE: hue angle of 192º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CDFE is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 205 | 254 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.00 |
| HSL | 192º | 0.99% | 0.52% | - |
| HSV(B) | 192º | 0.96% | 1% | - |
| XYZ | 39.83 | 50.88 | 101.49 | - |
| YUV | 151.98 | 185.57 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 254 | 0.96 | 0.19 | 0 | 0.00 | 192 | 0.99 | 0.52 |
| Hex | 9 | CD | FE | 60 | 13 | 0 | 0 | C0 | 63 | 34 |
| Octal | 11 | 315 | 376 | 140 | 23 | 0 | 0 | 300 | 143 | 64 |
| Binary | 1001 | 11001101 | 11111110 | 1100000 | 10011 | 0 | 0 | 11000000 | 1100011 | 110100 |
Color Harmonies of #09CDFE
Complementary color
Monochromatic Colors of #09CDFE
Black with #09CDFE
Text Example
Text Example
White with #09CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDFE; }
p { color: rgb(9,205,254); }
H1.HeaderClassName
{
color: #09CDFE;
}
.AnyTagClassName
{
color: #09CDFE;
}
</style>
background-color css
<style>
a { background-color: #09CDFE; }
a { background-color: rgb(9,205,254); }
div.DivClassName
{
background-color: #09CDFE;
}
.BgClassName
{
background-color: #09CDFE;
}
</style>
border-color css
<style>
span { border-color: #09CDFE; }
span { border-color: rgb(9,205,254); }
td.TdClassName
{
border-color: #09CDFE;
}
.TagClassName
{
border-color: #09CDFE;
}
</style>