Shades of Deep Sky Blue #09DDFC
Tints of Deep Sky Blue #09DDFC
RGB
CMYK
RGB Variations
Color information
#09DDFC (or 0x09DDFC) is known color: Deep Sky Blue. HEX triplet: 09, DD and FC. RGB value is (9,221,252). Sum of RGB (Red+Green+Blue) = 9+221+252=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #09DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DDFC is #F62203. Grayscale: #A0A0A0. Windows color (decimal): -16130564 or 16571657. OLE color: 16571657.
HSL color Cylindrical-coordinate representation of color #09DDFC: hue angle of 187.65º 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 #09DDFC is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 221 | 252 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.01 |
| HSL | 187.65º | 0.98% | 0.51% | - |
| HSV(B) | 187.65º | 0.96% | 0.99% | - |
| XYZ | 43.54 | 58.8 | 101.15 | - |
| YUV | 161.15 | 179.26 | 19.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 252 | 0.96 | 0.12 | 0 | 0.01 | 187.65 | 0.98 | 0.51 |
| Hex | 9 | DD | FC | 60 | C | 0 | 1 | BC | 62 | 33 |
| Octal | 11 | 335 | 374 | 140 | 14 | 0 | 1 | 274 | 142 | 63 |
| Binary | 1001 | 11011101 | 11111100 | 1100000 | 1100 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #09DDFC
Complementary color
Monochromatic Colors of #09DDFC
Black with #09DDFC
Text Example
Text Example
White with #09DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DDFC; }
p { color: rgb(9,221,252); }
H1.HeaderClassName
{
color: #09DDFC;
}
.AnyTagClassName
{
color: #09DDFC;
}
</style>
background-color css
<style>
a { background-color: #09DDFC; }
a { background-color: rgb(9,221,252); }
div.DivClassName
{
background-color: #09DDFC;
}
.BgClassName
{
background-color: #09DDFC;
}
</style>
border-color css
<style>
span { border-color: #09DDFC; }
span { border-color: rgb(9,221,252); }
td.TdClassName
{
border-color: #09DDFC;
}
.TagClassName
{
border-color: #09DDFC;
}
</style>