Shades of Deep Sky Blue #09CEED
Tints of Deep Sky Blue #09CEED
RGB
CMYK
RGB Variations
Color information
#09CEED (or 0x09CEED) is known color: Deep Sky Blue. HEX triplet: 09, CE and ED. RGB value is (9,206,237). Sum of RGB (Red+Green+Blue) = 9+206+237=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #09CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CEED is #F63112. Grayscale: #969696. Windows color (decimal): -16134419 or 15584777. OLE color: 15584777.
HSL color Cylindrical-coordinate representation of color #09CEED: hue angle of 188.16º 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 #09CEED is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 206 | 237 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.07 |
| HSL | 188.16º | 0.93% | 0.48% | - |
| HSV(B) | 188.16º | 0.96% | 0.93% | - |
| XYZ | 37.47 | 50.32 | 87.86 | - |
| YUV | 150.63 | 176.73 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 237 | 0.96 | 0.13 | 0 | 0.07 | 188.16 | 0.93 | 0.48 |
| Hex | 9 | CE | ED | 60 | D | 0 | 7 | BC | 5D | 30 |
| Octal | 11 | 316 | 355 | 140 | 15 | 0 | 7 | 274 | 135 | 60 |
| Binary | 1001 | 11001110 | 11101101 | 1100000 | 1101 | 0 | 111 | 10111100 | 1011101 | 110000 |
Color Harmonies of #09CEED
Complementary color
Monochromatic Colors of #09CEED
Black with #09CEED
Text Example
Text Example
White with #09CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CEED; }
p { color: rgb(9,206,237); }
H1.HeaderClassName
{
color: #09CEED;
}
.AnyTagClassName
{
color: #09CEED;
}
</style>
background-color css
<style>
a { background-color: #09CEED; }
a { background-color: rgb(9,206,237); }
div.DivClassName
{
background-color: #09CEED;
}
.BgClassName
{
background-color: #09CEED;
}
</style>
border-color css
<style>
span { border-color: #09CEED; }
span { border-color: rgb(9,206,237); }
td.TdClassName
{
border-color: #09CEED;
}
.TagClassName
{
border-color: #09CEED;
}
</style>