Shades of Deep Sky Blue #09CCF0
Tints of Deep Sky Blue #09CCF0
RGB
CMYK
RGB Variations
Color information
#09CCF0 (or 0x09CCF0) is known color: Deep Sky Blue. HEX triplet: 09, CC and F0. RGB value is (9,204,240). Sum of RGB (Red+Green+Blue) = 9+204+240=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #09CCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCF0 is #F6330F. Grayscale: #959595. Windows color (decimal): -16134928 or 15780873. OLE color: 15780873.
HSL color Cylindrical-coordinate representation of color #09CCF0: hue angle of 189.35º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCF0 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 204 | 240 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.06 |
| HSL | 189.35º | 0.93% | 0.49% | - |
| HSV(B) | 189.35º | 0.96% | 0.94% | - |
| XYZ | 37.43 | 49.54 | 90.03 | - |
| YUV | 149.8 | 178.9 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 240 | 0.96 | 0.15 | 0 | 0.06 | 189.35 | 0.93 | 0.49 |
| Hex | 9 | CC | F0 | 60 | F | 0 | 6 | BD | 5D | 31 |
| Octal | 11 | 314 | 360 | 140 | 17 | 0 | 6 | 275 | 135 | 61 |
| Binary | 1001 | 11001100 | 11110000 | 1100000 | 1111 | 0 | 110 | 10111101 | 1011101 | 110001 |
Color Harmonies of #09CCF0
Complementary color
Monochromatic Colors of #09CCF0
Black with #09CCF0
Text Example
Text Example
White with #09CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCF0; }
p { color: rgb(9,204,240); }
H1.HeaderClassName
{
color: #09CCF0;
}
.AnyTagClassName
{
color: #09CCF0;
}
</style>
background-color css
<style>
a { background-color: #09CCF0; }
a { background-color: rgb(9,204,240); }
div.DivClassName
{
background-color: #09CCF0;
}
.BgClassName
{
background-color: #09CCF0;
}
</style>
border-color css
<style>
span { border-color: #09CCF0; }
span { border-color: rgb(9,204,240); }
td.TdClassName
{
border-color: #09CCF0;
}
.TagClassName
{
border-color: #09CCF0;
}
</style>