Shades of Deep Sky Blue #02D0FA
Tints of Deep Sky Blue #02D0FA
RGB
CMYK
RGB Variations
Color information
#02D0FA (or 0x02D0FA) is known color: Deep Sky Blue. HEX triplet: 02, D0 and FA. RGB value is (2,208,250). Sum of RGB (Red+Green+Blue) = 2+208+250=460 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #02D0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D0FA is #FD2F05. Grayscale: #969696. Windows color (decimal): -16592646 or 16437250. OLE color: 16437250.
HSL color Cylindrical-coordinate representation of color #02D0FA: hue angle of 190.16º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D0FA is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 208 | 250 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.02 |
| HSL | 190.16º | 0.98% | 0.49% | - |
| HSV(B) | 190.16º | 0.99% | 0.98% | - |
| XYZ | 39.84 | 52.03 | 98.39 | - |
| YUV | 151.19 | 183.75 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 250 | 0.99 | 0.17 | 0 | 0.02 | 190.16 | 0.98 | 0.49 |
| Hex | 2 | D0 | FA | 63 | 11 | 0 | 2 | BE | 62 | 31 |
| Octal | 2 | 320 | 372 | 143 | 21 | 0 | 2 | 276 | 142 | 61 |
| Binary | 10 | 11010000 | 11111010 | 1100011 | 10001 | 0 | 10 | 10111110 | 1100010 | 110001 |
Color Harmonies of #02D0FA
Complementary color
Monochromatic Colors of #02D0FA
Black with #02D0FA
Text Example
Text Example
White with #02D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0FA; }
p { color: rgb(2,208,250); }
H1.HeaderClassName
{
color: #02D0FA;
}
.AnyTagClassName
{
color: #02D0FA;
}
</style>
background-color css
<style>
a { background-color: #02D0FA; }
a { background-color: rgb(2,208,250); }
div.DivClassName
{
background-color: #02D0FA;
}
.BgClassName
{
background-color: #02D0FA;
}
</style>
border-color css
<style>
span { border-color: #02D0FA; }
span { border-color: rgb(2,208,250); }
td.TdClassName
{
border-color: #02D0FA;
}
.TagClassName
{
border-color: #02D0FA;
}
</style>