Shades of Deep Sky Blue #02D6FA
Tints of Deep Sky Blue #02D6FA
RGB
CMYK
RGB Variations
Color information
#02D6FA (or 0x02D6FA) is known color: Deep Sky Blue. HEX triplet: 02, D6 and FA. RGB value is (2,214,250). Sum of RGB (Red+Green+Blue) = 2+214+250=466 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #02D6FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D6FA is #FD2905. Grayscale: #9A9A9A. Windows color (decimal): -16591110 or 16438786. OLE color: 16438786.
HSL color Cylindrical-coordinate representation of color #02D6FA: hue angle of 188.71º 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 #02D6FA is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 214 | 250 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.02 |
| HSL | 188.71º | 0.98% | 0.49% | - |
| HSV(B) | 188.71º | 0.99% | 0.98% | - |
| XYZ | 41.33 | 55.01 | 98.88 | - |
| YUV | 154.72 | 181.76 | 19.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 250 | 0.99 | 0.14 | 0 | 0.02 | 188.71 | 0.98 | 0.49 |
| Hex | 2 | D6 | FA | 63 | E | 0 | 2 | BD | 62 | 31 |
| Octal | 2 | 326 | 372 | 143 | 16 | 0 | 2 | 275 | 142 | 61 |
| Binary | 10 | 11010110 | 11111010 | 1100011 | 1110 | 0 | 10 | 10111101 | 1100010 | 110001 |
Color Harmonies of #02D6FA
Complementary color
Monochromatic Colors of #02D6FA
Black with #02D6FA
Text Example
Text Example
White with #02D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D6FA; }
p { color: rgb(2,214,250); }
H1.HeaderClassName
{
color: #02D6FA;
}
.AnyTagClassName
{
color: #02D6FA;
}
</style>
background-color css
<style>
a { background-color: #02D6FA; }
a { background-color: rgb(2,214,250); }
div.DivClassName
{
background-color: #02D6FA;
}
.BgClassName
{
background-color: #02D6FA;
}
</style>
border-color css
<style>
span { border-color: #02D6FA; }
span { border-color: rgb(2,214,250); }
td.TdClassName
{
border-color: #02D6FA;
}
.TagClassName
{
border-color: #02D6FA;
}
</style>