Shades of Deep Sky Blue #09CFFC
Tints of Deep Sky Blue #09CFFC
RGB
CMYK
RGB Variations
Color information
#09CFFC (or 0x09CFFC) is known color: Deep Sky Blue. HEX triplet: 09, CF and FC. RGB value is (9,207,252). Sum of RGB (Red+Green+Blue) = 9+207+252=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #09CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CFFC is #F63003. Grayscale: #989898. Windows color (decimal): -16134148 or 16568073. OLE color: 16568073.
HSL color Cylindrical-coordinate representation of color #09CFFC: hue angle of 191.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFFC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 207 | 252 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.01 |
| HSL | 191.11º | 0.98% | 0.51% | - |
| HSV(B) | 191.11º | 0.96% | 0.99% | - |
| XYZ | 40 | 51.71 | 99.97 | - |
| YUV | 152.93 | 183.9 | 25.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 252 | 0.96 | 0.18 | 0 | 0.01 | 191.11 | 0.98 | 0.51 |
| Hex | 9 | CF | FC | 60 | 12 | 0 | 1 | BF | 62 | 33 |
| Octal | 11 | 317 | 374 | 140 | 22 | 0 | 1 | 277 | 142 | 63 |
| Binary | 1001 | 11001111 | 11111100 | 1100000 | 10010 | 0 | 1 | 10111111 | 1100010 | 110011 |
Color Harmonies of #09CFFC
Complementary color
Monochromatic Colors of #09CFFC
Black with #09CFFC
Text Example
Text Example
White with #09CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFFC; }
p { color: rgb(9,207,252); }
H1.HeaderClassName
{
color: #09CFFC;
}
.AnyTagClassName
{
color: #09CFFC;
}
</style>
background-color css
<style>
a { background-color: #09CFFC; }
a { background-color: rgb(9,207,252); }
div.DivClassName
{
background-color: #09CFFC;
}
.BgClassName
{
background-color: #09CFFC;
}
</style>
border-color css
<style>
span { border-color: #09CFFC; }
span { border-color: rgb(9,207,252); }
td.TdClassName
{
border-color: #09CFFC;
}
.TagClassName
{
border-color: #09CFFC;
}
</style>