Shades of Deep Sky Blue #09CCED
Tints of Deep Sky Blue #09CCED
RGB
CMYK
RGB Variations
Color information
#09CCED (or 0x09CCED) is known color: Deep Sky Blue. HEX triplet: 09, CC and ED. RGB value is (9,204,237). Sum of RGB (Red+Green+Blue) = 9+204+237=450 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #09CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCED is #F63312. Grayscale: #959595. Windows color (decimal): -16134931 or 15584265. OLE color: 15584265.
HSL color Cylindrical-coordinate representation of color #09CCED: hue angle of 188.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCED is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 204 | 237 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.07 |
| HSL | 188.68º | 0.93% | 0.48% | - |
| HSV(B) | 188.68º | 0.96% | 0.93% | - |
| XYZ | 36.99 | 49.36 | 87.7 | - |
| YUV | 149.46 | 177.4 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 237 | 0.96 | 0.14 | 0 | 0.07 | 188.68 | 0.93 | 0.48 |
| Hex | 9 | CC | ED | 60 | E | 0 | 7 | BD | 5D | 30 |
| Octal | 11 | 314 | 355 | 140 | 16 | 0 | 7 | 275 | 135 | 60 |
| Binary | 1001 | 11001100 | 11101101 | 1100000 | 1110 | 0 | 111 | 10111101 | 1011101 | 110000 |
Color Harmonies of #09CCED
Complementary color
Monochromatic Colors of #09CCED
Black with #09CCED
Text Example
Text Example
White with #09CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCED; }
p { color: rgb(9,204,237); }
H1.HeaderClassName
{
color: #09CCED;
}
.AnyTagClassName
{
color: #09CCED;
}
</style>
background-color css
<style>
a { background-color: #09CCED; }
a { background-color: rgb(9,204,237); }
div.DivClassName
{
background-color: #09CCED;
}
.BgClassName
{
background-color: #09CCED;
}
</style>
border-color css
<style>
span { border-color: #09CCED; }
span { border-color: rgb(9,204,237); }
td.TdClassName
{
border-color: #09CCED;
}
.TagClassName
{
border-color: #09CCED;
}
</style>