Shades of Deep Sky Blue #09DCFC
Tints of Deep Sky Blue #09DCFC
RGB
CMYK
RGB Variations
Color information
#09DCFC (or 0x09DCFC) is known color: Deep Sky Blue. HEX triplet: 09, DC and FC. RGB value is (9,220,252). Sum of RGB (Red+Green+Blue) = 9+220+252=481 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #09DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCFC is #F62303. Grayscale: #A0A0A0. Windows color (decimal): -16130820 or 16571401. OLE color: 16571401.
HSL color Cylindrical-coordinate representation of color #09DCFC: hue angle of 187.9º 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 #09DCFC is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 220 | 252 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.01 |
| HSL | 187.9º | 0.98% | 0.51% | - |
| HSV(B) | 187.9º | 0.96% | 0.99% | - |
| XYZ | 43.28 | 58.27 | 101.06 | - |
| YUV | 160.56 | 179.6 | 19.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 252 | 0.96 | 0.13 | 0 | 0.01 | 187.9 | 0.98 | 0.51 |
| Hex | 9 | DC | FC | 60 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 11 | 334 | 374 | 140 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 1001 | 11011100 | 11111100 | 1100000 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #09DCFC
Complementary color
Monochromatic Colors of #09DCFC
Black with #09DCFC
Text Example
Text Example
White with #09DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCFC; }
p { color: rgb(9,220,252); }
H1.HeaderClassName
{
color: #09DCFC;
}
.AnyTagClassName
{
color: #09DCFC;
}
</style>
background-color css
<style>
a { background-color: #09DCFC; }
a { background-color: rgb(9,220,252); }
div.DivClassName
{
background-color: #09DCFC;
}
.BgClassName
{
background-color: #09DCFC;
}
</style>
border-color css
<style>
span { border-color: #09DCFC; }
span { border-color: rgb(9,220,252); }
td.TdClassName
{
border-color: #09DCFC;
}
.TagClassName
{
border-color: #09DCFC;
}
</style>