Shades of Deep Sky Blue #09CCFC
Tints of Deep Sky Blue #09CCFC
RGB
CMYK
RGB Variations
Color information
#09CCFC (or 0x09CCFC) is known color: Deep Sky Blue. HEX triplet: 09, CC and FC. RGB value is (9,204,252). Sum of RGB (Red+Green+Blue) = 9+204+252=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #09CCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCFC is #F63303. Grayscale: #969696. Windows color (decimal): -16134916 or 16567305. OLE color: 16567305.
HSL color Cylindrical-coordinate representation of color #09CCFC: hue angle of 191.85º 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 #09CCFC is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 204 | 252 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.01 |
| HSL | 191.85º | 0.98% | 0.51% | - |
| HSV(B) | 191.85º | 0.96% | 0.99% | - |
| XYZ | 39.28 | 50.27 | 99.73 | - |
| YUV | 151.17 | 184.9 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 252 | 0.96 | 0.19 | 0 | 0.01 | 191.85 | 0.98 | 0.51 |
| Hex | 9 | CC | FC | 60 | 13 | 0 | 1 | C0 | 62 | 33 |
| Octal | 11 | 314 | 374 | 140 | 23 | 0 | 1 | 300 | 142 | 63 |
| Binary | 1001 | 11001100 | 11111100 | 1100000 | 10011 | 0 | 1 | 11000000 | 1100010 | 110011 |
Color Harmonies of #09CCFC
Complementary color
Monochromatic Colors of #09CCFC
Black with #09CCFC
Text Example
Text Example
White with #09CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCFC; }
p { color: rgb(9,204,252); }
H1.HeaderClassName
{
color: #09CCFC;
}
.AnyTagClassName
{
color: #09CCFC;
}
</style>
background-color css
<style>
a { background-color: #09CCFC; }
a { background-color: rgb(9,204,252); }
div.DivClassName
{
background-color: #09CCFC;
}
.BgClassName
{
background-color: #09CCFC;
}
</style>
border-color css
<style>
span { border-color: #09CCFC; }
span { border-color: rgb(9,204,252); }
td.TdClassName
{
border-color: #09CCFC;
}
.TagClassName
{
border-color: #09CCFC;
}
</style>