Shades of Deep Sky Blue #02DDFF
Tints of Deep Sky Blue #02DDFF
RGB
CMYK
RGB Variations
Color information
#02DDFF (or 0x02DDFF) is known color: Deep Sky Blue. HEX triplet: 02, DD and FF. RGB value is (2,221,255). Sum of RGB (Red+Green+Blue) = 2+221+255=478 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #02DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DDFF is #FD2200. Grayscale: #9F9F9F. Windows color (decimal): -16589313 or 16768258. OLE color: 16768258.
HSL color Cylindrical-coordinate representation of color #02DDFF: hue angle of 188.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DDFF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 221 | 255 | - |
| CMYK | 0.99 | 0.13 | 0 | 0 |
| HSL | 188.06º | 1% | 0.5% | - |
| HSV(B) | 188.06º | 0.99% | 1% | - |
| XYZ | 43.93 | 58.95 | 103.67 | - |
| YUV | 159.4 | 181.95 | 15.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 255 | 0.99 | 0.13 | 0 | 0 | 188.06 | 1 | 0.5 |
| Hex | 2 | DD | FF | 63 | D | 0 | 0 | BC | 64 | 32 |
| Octal | 2 | 335 | 377 | 143 | 15 | 0 | 0 | 274 | 144 | 62 |
| Binary | 10 | 11011101 | 11111111 | 1100011 | 1101 | 0 | 0 | 10111100 | 1100100 | 110010 |
Color Harmonies of #02DDFF
Complementary color
Monochromatic Colors of #02DDFF
Black with #02DDFF
Text Example
Text Example
White with #02DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDFF; }
p { color: rgb(2,221,255); }
H1.HeaderClassName
{
color: #02DDFF;
}
.AnyTagClassName
{
color: #02DDFF;
}
</style>
background-color css
<style>
a { background-color: #02DDFF; }
a { background-color: rgb(2,221,255); }
div.DivClassName
{
background-color: #02DDFF;
}
.BgClassName
{
background-color: #02DDFF;
}
</style>
border-color css
<style>
span { border-color: #02DDFF; }
span { border-color: rgb(2,221,255); }
td.TdClassName
{
border-color: #02DDFF;
}
.TagClassName
{
border-color: #02DDFF;
}
</style>