Shades of Deep Sky Blue #09CFEC
Tints of Deep Sky Blue #09CFEC
RGB
CMYK
RGB Variations
Color information
#09CFEC (or 0x09CFEC) is known color: Deep Sky Blue. HEX triplet: 09, CF and EC. RGB value is (9,207,236). Sum of RGB (Red+Green+Blue) = 9+207+236=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #09CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CFEC is #F63013. Grayscale: #969696. Windows color (decimal): -16134164 or 15519497. OLE color: 15519497.
HSL color Cylindrical-coordinate representation of color #09CFEC: hue angle of 187.67º 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 #09CFEC is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 207 | 236 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.07 |
| HSL | 187.67º | 0.93% | 0.48% | - |
| HSV(B) | 187.67º | 0.96% | 0.93% | - |
| XYZ | 37.57 | 50.74 | 87.17 | - |
| YUV | 151.1 | 175.9 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 236 | 0.96 | 0.12 | 0 | 0.07 | 187.67 | 0.93 | 0.48 |
| Hex | 9 | CF | EC | 60 | C | 0 | 7 | BC | 5D | 30 |
| Octal | 11 | 317 | 354 | 140 | 14 | 0 | 7 | 274 | 135 | 60 |
| Binary | 1001 | 11001111 | 11101100 | 1100000 | 1100 | 0 | 111 | 10111100 | 1011101 | 110000 |
Color Harmonies of #09CFEC
Complementary color
Monochromatic Colors of #09CFEC
Black with #09CFEC
Text Example
Text Example
White with #09CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFEC; }
p { color: rgb(9,207,236); }
H1.HeaderClassName
{
color: #09CFEC;
}
.AnyTagClassName
{
color: #09CFEC;
}
</style>
background-color css
<style>
a { background-color: #09CFEC; }
a { background-color: rgb(9,207,236); }
div.DivClassName
{
background-color: #09CFEC;
}
.BgClassName
{
background-color: #09CFEC;
}
</style>
border-color css
<style>
span { border-color: #09CFEC; }
span { border-color: rgb(9,207,236); }
td.TdClassName
{
border-color: #09CFEC;
}
.TagClassName
{
border-color: #09CFEC;
}
</style>