Shades of Deep Sky Blue #09DCFF
Tints of Deep Sky Blue #09DCFF
RGB
CMYK
RGB Variations
Color information
#09DCFF (or 0x09DCFF) is known color: Deep Sky Blue. HEX triplet: 09, DC and FF. RGB value is (9,220,255). Sum of RGB (Red+Green+Blue) = 9+220+255=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #09DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCFF is #F62300. Grayscale: #A0A0A0. Windows color (decimal): -16130817 or 16768009. OLE color: 16768009.
HSL color Cylindrical-coordinate representation of color #09DCFF: hue angle of 188.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCFF is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 220 | 255 | - |
| CMYK | 0.96 | 0.14 | 0 | 0 |
| HSL | 188.54º | 1% | 0.52% | - |
| HSV(B) | 188.54º | 0.96% | 1% | - |
| XYZ | 43.76 | 58.46 | 103.59 | - |
| YUV | 160.9 | 181.1 | 19.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 255 | 0.96 | 0.14 | 0 | 0 | 188.54 | 1 | 0.52 |
| Hex | 9 | DC | FF | 60 | E | 0 | 0 | BD | 64 | 34 |
| Octal | 11 | 334 | 377 | 140 | 16 | 0 | 0 | 275 | 144 | 64 |
| Binary | 1001 | 11011100 | 11111111 | 1100000 | 1110 | 0 | 0 | 10111101 | 1100100 | 110100 |
Color Harmonies of #09DCFF
Complementary color
Monochromatic Colors of #09DCFF
Black with #09DCFF
Text Example
Text Example
White with #09DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCFF; }
p { color: rgb(9,220,255); }
H1.HeaderClassName
{
color: #09DCFF;
}
.AnyTagClassName
{
color: #09DCFF;
}
</style>
background-color css
<style>
a { background-color: #09DCFF; }
a { background-color: rgb(9,220,255); }
div.DivClassName
{
background-color: #09DCFF;
}
.BgClassName
{
background-color: #09DCFF;
}
</style>
border-color css
<style>
span { border-color: #09DCFF; }
span { border-color: rgb(9,220,255); }
td.TdClassName
{
border-color: #09DCFF;
}
.TagClassName
{
border-color: #09DCFF;
}
</style>