Shades of Deep Sky Blue #02D0FF
Tints of Deep Sky Blue #02D0FF
RGB
CMYK
RGB Variations
Color information
#02D0FF (or 0x02D0FF) is known color: Deep Sky Blue. HEX triplet: 02, D0 and FF. RGB value is (2,208,255). Sum of RGB (Red+Green+Blue) = 2+208+255=465 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #02D0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D0FF is #FD2F00. Grayscale: #979797. Windows color (decimal): -16592641 or 16764930. OLE color: 16764930.
HSL color Cylindrical-coordinate representation of color #02D0FF: hue angle of 191.15º 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 #02D0FF is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 208 | 255 | - |
| CMYK | 0.99 | 0.18 | 0 | 0 |
| HSL | 191.15º | 1% | 0.5% | - |
| HSV(B) | 191.15º | 0.99% | 1% | - |
| XYZ | 40.63 | 52.34 | 102.57 | - |
| YUV | 151.76 | 186.25 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 255 | 0.99 | 0.18 | 0 | 0 | 191.15 | 1 | 0.5 |
| Hex | 2 | D0 | FF | 63 | 12 | 0 | 0 | BF | 64 | 32 |
| Octal | 2 | 320 | 377 | 143 | 22 | 0 | 0 | 277 | 144 | 62 |
| Binary | 10 | 11010000 | 11111111 | 1100011 | 10010 | 0 | 0 | 10111111 | 1100100 | 110010 |
Color Harmonies of #02D0FF
Complementary color
Monochromatic Colors of #02D0FF
Black with #02D0FF
Text Example
Text Example
White with #02D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0FF; }
p { color: rgb(2,208,255); }
H1.HeaderClassName
{
color: #02D0FF;
}
.AnyTagClassName
{
color: #02D0FF;
}
</style>
background-color css
<style>
a { background-color: #02D0FF; }
a { background-color: rgb(2,208,255); }
div.DivClassName
{
background-color: #02D0FF;
}
.BgClassName
{
background-color: #02D0FF;
}
</style>
border-color css
<style>
span { border-color: #02D0FF; }
span { border-color: rgb(2,208,255); }
td.TdClassName
{
border-color: #02D0FF;
}
.TagClassName
{
border-color: #02D0FF;
}
</style>