Shades of Deep Sky Blue #09C0EA
Tints of Deep Sky Blue #09C0EA
RGB
CMYK
RGB Variations
Color information
#09C0EA (or 0x09C0EA) is known color: Deep Sky Blue. HEX triplet: 09, C0 and EA. RGB value is (9,192,234). Sum of RGB (Red+Green+Blue) = 9+192+234=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #09C0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C0EA is #F63F15. Grayscale: #8D8D8D. Windows color (decimal): -16138006 or 15384585. OLE color: 15384585.
HSL color Cylindrical-coordinate representation of color #09C0EA: hue angle of 191.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C0EA is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 192 | 234 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.08 |
| HSL | 191.2º | 0.93% | 0.48% | - |
| HSV(B) | 191.2º | 0.96% | 0.92% | - |
| XYZ | 33.81 | 43.7 | 84.49 | - |
| YUV | 142.07 | 179.87 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 234 | 0.96 | 0.18 | 0 | 0.08 | 191.2 | 0.93 | 0.48 |
| Hex | 9 | C0 | EA | 60 | 12 | 0 | 8 | BF | 5D | 30 |
| Octal | 11 | 300 | 352 | 140 | 22 | 0 | 10 | 277 | 135 | 60 |
| Binary | 1001 | 11000000 | 11101010 | 1100000 | 10010 | 0 | 1000 | 10111111 | 1011101 | 110000 |
Color Harmonies of #09C0EA
Complementary color
Monochromatic Colors of #09C0EA
Black with #09C0EA
Text Example
Text Example
White with #09C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C0EA; }
p { color: rgb(9,192,234); }
H1.HeaderClassName
{
color: #09C0EA;
}
.AnyTagClassName
{
color: #09C0EA;
}
</style>
background-color css
<style>
a { background-color: #09C0EA; }
a { background-color: rgb(9,192,234); }
div.DivClassName
{
background-color: #09C0EA;
}
.BgClassName
{
background-color: #09C0EA;
}
</style>
border-color css
<style>
span { border-color: #09C0EA; }
span { border-color: rgb(9,192,234); }
td.TdClassName
{
border-color: #09C0EA;
}
.TagClassName
{
border-color: #09C0EA;
}
</style>