Shades of Deep Sky Blue #09CCF6
Tints of Deep Sky Blue #09CCF6
RGB
CMYK
RGB Variations
Color information
#09CCF6 (or 0x09CCF6) is known color: Deep Sky Blue. HEX triplet: 09, CC and F6. RGB value is (9,204,246). Sum of RGB (Red+Green+Blue) = 9+204+246=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #09CCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCF6 is #F63309. Grayscale: #969696. Windows color (decimal): -16134922 or 16174089. OLE color: 16174089.
HSL color Cylindrical-coordinate representation of color #09CCF6: hue angle of 190.63º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCF6 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 204 | 246 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.04 |
| HSL | 190.63º | 0.93% | 0.5% | - |
| HSV(B) | 190.63º | 0.96% | 0.96% | - |
| XYZ | 38.34 | 49.9 | 94.8 | - |
| YUV | 150.48 | 181.9 | 27.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 246 | 0.96 | 0.17 | 0 | 0.04 | 190.63 | 0.93 | 0.5 |
| Hex | 9 | CC | F6 | 60 | 11 | 0 | 4 | BF | 5D | 32 |
| Octal | 11 | 314 | 366 | 140 | 21 | 0 | 4 | 277 | 135 | 62 |
| Binary | 1001 | 11001100 | 11110110 | 1100000 | 10001 | 0 | 100 | 10111111 | 1011101 | 110010 |
Color Harmonies of #09CCF6
Complementary color
Monochromatic Colors of #09CCF6
Black with #09CCF6
Text Example
Text Example
White with #09CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCF6; }
p { color: rgb(9,204,246); }
H1.HeaderClassName
{
color: #09CCF6;
}
.AnyTagClassName
{
color: #09CCF6;
}
</style>
background-color css
<style>
a { background-color: #09CCF6; }
a { background-color: rgb(9,204,246); }
div.DivClassName
{
background-color: #09CCF6;
}
.BgClassName
{
background-color: #09CCF6;
}
</style>
border-color css
<style>
span { border-color: #09CCF6; }
span { border-color: rgb(9,204,246); }
td.TdClassName
{
border-color: #09CCF6;
}
.TagClassName
{
border-color: #09CCF6;
}
</style>