Shades of Deep Sky Blue #02D0FB
Tints of Deep Sky Blue #02D0FB
RGB
CMYK
RGB Variations
Color information
#02D0FB (or 0x02D0FB) is known color: Deep Sky Blue. HEX triplet: 02, D0 and FB. RGB value is (2,208,251). Sum of RGB (Red+Green+Blue) = 2+208+251=461 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #02D0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D0FB is #FD2F04. Grayscale: #969696. Windows color (decimal): -16592645 or 16502786. OLE color: 16502786.
HSL color Cylindrical-coordinate representation of color #02D0FB: hue angle of 190.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D0FB is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 208 | 251 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.02 |
| HSL | 190.36º | 0.98% | 0.5% | - |
| HSV(B) | 190.36º | 0.99% | 0.98% | - |
| XYZ | 39.99 | 52.09 | 99.21 | - |
| YUV | 151.31 | 184.25 | 21.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 251 | 0.99 | 0.17 | 0 | 0.02 | 190.36 | 0.98 | 0.5 |
| Hex | 2 | D0 | FB | 63 | 11 | 0 | 2 | BE | 62 | 32 |
| Octal | 2 | 320 | 373 | 143 | 21 | 0 | 2 | 276 | 142 | 62 |
| Binary | 10 | 11010000 | 11111011 | 1100011 | 10001 | 0 | 10 | 10111110 | 1100010 | 110010 |
Color Harmonies of #02D0FB
Complementary color
Monochromatic Colors of #02D0FB
Black with #02D0FB
Text Example
Text Example
White with #02D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0FB; }
p { color: rgb(2,208,251); }
H1.HeaderClassName
{
color: #02D0FB;
}
.AnyTagClassName
{
color: #02D0FB;
}
</style>
background-color css
<style>
a { background-color: #02D0FB; }
a { background-color: rgb(2,208,251); }
div.DivClassName
{
background-color: #02D0FB;
}
.BgClassName
{
background-color: #02D0FB;
}
</style>
border-color css
<style>
span { border-color: #02D0FB; }
span { border-color: rgb(2,208,251); }
td.TdClassName
{
border-color: #02D0FB;
}
.TagClassName
{
border-color: #02D0FB;
}
</style>