Shades of Deep Sky Blue #05DDFF
Tints of Deep Sky Blue #05DDFF
RGB
CMYK
RGB Variations
Color information
#05DDFF (or 0x05DDFF) is known color: Deep Sky Blue. HEX triplet: 05, DD and FF. RGB value is (5,221,255). Sum of RGB (Red+Green+Blue) = 5+221+255=481 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #05DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DDFF is #FA2200. Grayscale: #9F9F9F. Windows color (decimal): -16392705 or 16768261. OLE color: 16768261.
HSL color Cylindrical-coordinate representation of color #05DDFF: hue angle of 188.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DDFF is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 221 | 255 | - |
| CMYK | 0.98 | 0.13 | 0 | 0 |
| HSL | 188.16º | 1% | 0.51% | - |
| HSV(B) | 188.16º | 0.98% | 1% | - |
| XYZ | 43.97 | 58.97 | 103.67 | - |
| YUV | 160.29 | 181.44 | 17.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 255 | 0.98 | 0.13 | 0 | 0 | 188.16 | 1 | 0.51 |
| Hex | 5 | DD | FF | 62 | D | 0 | 0 | BC | 64 | 33 |
| Octal | 5 | 335 | 377 | 142 | 15 | 0 | 0 | 274 | 144 | 63 |
| Binary | 101 | 11011101 | 11111111 | 1100010 | 1101 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #05DDFF
Complementary color
Monochromatic Colors of #05DDFF
Black with #05DDFF
Text Example
Text Example
White with #05DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDFF; }
p { color: rgb(5,221,255); }
H1.HeaderClassName
{
color: #05DDFF;
}
.AnyTagClassName
{
color: #05DDFF;
}
</style>
background-color css
<style>
a { background-color: #05DDFF; }
a { background-color: rgb(5,221,255); }
div.DivClassName
{
background-color: #05DDFF;
}
.BgClassName
{
background-color: #05DDFF;
}
</style>
border-color css
<style>
span { border-color: #05DDFF; }
span { border-color: rgb(5,221,255); }
td.TdClassName
{
border-color: #05DDFF;
}
.TagClassName
{
border-color: #05DDFF;
}
</style>