Shades of Deep Sky Blue #09DDFF
Tints of Deep Sky Blue #09DDFF
RGB
CMYK
RGB Variations
Color information
#09DDFF (or 0x09DDFF) is known color: Deep Sky Blue. HEX triplet: 09, DD and FF. RGB value is (9,221,255). Sum of RGB (Red+Green+Blue) = 9+221+255=485 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #09DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DDFF is #F62200. Grayscale: #A1A1A1. Windows color (decimal): -16130561 or 16768265. OLE color: 16768265.
HSL color Cylindrical-coordinate representation of color #09DDFF: hue angle of 188.29º 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 #09DDFF is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 221 | 255 | - |
| CMYK | 0.96 | 0.13 | 0 | 0 |
| HSL | 188.29º | 1% | 0.52% | - |
| HSV(B) | 188.29º | 0.96% | 1% | - |
| XYZ | 44.02 | 58.99 | 103.67 | - |
| YUV | 161.49 | 180.76 | 19.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 255 | 0.96 | 0.13 | 0 | 0 | 188.29 | 1 | 0.52 |
| Hex | 9 | DD | FF | 60 | D | 0 | 0 | BC | 64 | 34 |
| Octal | 11 | 335 | 377 | 140 | 15 | 0 | 0 | 274 | 144 | 64 |
| Binary | 1001 | 11011101 | 11111111 | 1100000 | 1101 | 0 | 0 | 10111100 | 1100100 | 110100 |
Color Harmonies of #09DDFF
Complementary color
Monochromatic Colors of #09DDFF
Black with #09DDFF
Text Example
Text Example
White with #09DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DDFF; }
p { color: rgb(9,221,255); }
H1.HeaderClassName
{
color: #09DDFF;
}
.AnyTagClassName
{
color: #09DDFF;
}
</style>
background-color css
<style>
a { background-color: #09DDFF; }
a { background-color: rgb(9,221,255); }
div.DivClassName
{
background-color: #09DDFF;
}
.BgClassName
{
background-color: #09DDFF;
}
</style>
border-color css
<style>
span { border-color: #09DDFF; }
span { border-color: rgb(9,221,255); }
td.TdClassName
{
border-color: #09DDFF;
}
.TagClassName
{
border-color: #09DDFF;
}
</style>