Shades of Deep Sky Blue #09CEF0
Tints of Deep Sky Blue #09CEF0
RGB
CMYK
RGB Variations
Color information
#09CEF0 (or 0x09CEF0) is known color: Deep Sky Blue. HEX triplet: 09, CE and F0. RGB value is (9,206,240). Sum of RGB (Red+Green+Blue) = 9+206+240=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #09CEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CEF0 is #F6310F. Grayscale: #969696. Windows color (decimal): -16134416 or 15781385. OLE color: 15781385.
HSL color Cylindrical-coordinate representation of color #09CEF0: hue angle of 188.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CEF0 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 206 | 240 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.06 |
| HSL | 188.83º | 0.93% | 0.49% | - |
| HSV(B) | 188.83º | 0.96% | 0.94% | - |
| XYZ | 37.91 | 50.49 | 90.19 | - |
| YUV | 150.97 | 178.23 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 240 | 0.96 | 0.14 | 0 | 0.06 | 188.83 | 0.93 | 0.49 |
| Hex | 9 | CE | F0 | 60 | E | 0 | 6 | BD | 5D | 31 |
| Octal | 11 | 316 | 360 | 140 | 16 | 0 | 6 | 275 | 135 | 61 |
| Binary | 1001 | 11001110 | 11110000 | 1100000 | 1110 | 0 | 110 | 10111101 | 1011101 | 110001 |
Color Harmonies of #09CEF0
Complementary color
Monochromatic Colors of #09CEF0
Black with #09CEF0
Text Example
Text Example
White with #09CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CEF0; }
p { color: rgb(9,206,240); }
H1.HeaderClassName
{
color: #09CEF0;
}
.AnyTagClassName
{
color: #09CEF0;
}
</style>
background-color css
<style>
a { background-color: #09CEF0; }
a { background-color: rgb(9,206,240); }
div.DivClassName
{
background-color: #09CEF0;
}
.BgClassName
{
background-color: #09CEF0;
}
</style>
border-color css
<style>
span { border-color: #09CEF0; }
span { border-color: rgb(9,206,240); }
td.TdClassName
{
border-color: #09CEF0;
}
.TagClassName
{
border-color: #09CEF0;
}
</style>