Shades of Deep Sky Blue #02D0FE
Tints of Deep Sky Blue #02D0FE
RGB
CMYK
RGB Variations
Color information
#02D0FE (or 0x02D0FE) is known color: Deep Sky Blue. HEX triplet: 02, D0 and FE. RGB value is (2,208,254). Sum of RGB (Red+Green+Blue) = 2+208+254=464 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #02D0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D0FE is #FD2F01. Grayscale: #979797. Windows color (decimal): -16592642 or 16699394. OLE color: 16699394.
HSL color Cylindrical-coordinate representation of color #02D0FE: hue angle of 190.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D0FE is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 208 | 254 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.00 |
| HSL | 190.95º | 0.99% | 0.5% | - |
| HSV(B) | 190.95º | 0.99% | 1% | - |
| XYZ | 40.47 | 52.28 | 101.72 | - |
| YUV | 151.65 | 185.75 | 21.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 254 | 0.99 | 0.18 | 0 | 0.00 | 190.95 | 0.99 | 0.5 |
| Hex | 2 | D0 | FE | 63 | 12 | 0 | 0 | BF | 63 | 32 |
| Octal | 2 | 320 | 376 | 143 | 22 | 0 | 0 | 277 | 143 | 62 |
| Binary | 10 | 11010000 | 11111110 | 1100011 | 10010 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #02D0FE
Complementary color
Monochromatic Colors of #02D0FE
Black with #02D0FE
Text Example
Text Example
White with #02D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0FE; }
p { color: rgb(2,208,254); }
H1.HeaderClassName
{
color: #02D0FE;
}
.AnyTagClassName
{
color: #02D0FE;
}
</style>
background-color css
<style>
a { background-color: #02D0FE; }
a { background-color: rgb(2,208,254); }
div.DivClassName
{
background-color: #02D0FE;
}
.BgClassName
{
background-color: #02D0FE;
}
</style>
border-color css
<style>
span { border-color: #02D0FE; }
span { border-color: rgb(2,208,254); }
td.TdClassName
{
border-color: #02D0FE;
}
.TagClassName
{
border-color: #02D0FE;
}
</style>