Shades of Deep Sky Blue #02A2FE
Tints of Deep Sky Blue #02A2FE
RGB
CMYK
RGB Variations
Color information
#02A2FE (or 0x02A2FE) is known color: Deep Sky Blue. HEX triplet: 02, A2 and FE. RGB value is (2,162,254). Sum of RGB (Red+Green+Blue) = 2+162+254=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #02A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A2FE is #FD5D01. Grayscale: #7C7C7C. Windows color (decimal): -16604418 or 16687618. OLE color: 16687618.
HSL color Cylindrical-coordinate representation of color #02A2FE: hue angle of 201.9º 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 #02A2FE is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 162 | 254 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.00 |
| HSL | 201.9º | 0.99% | 0.5% | - |
| HSV(B) | 201.9º | 0.99% | 1% | - |
| XYZ | 30.83 | 33.01 | 98.51 | - |
| YUV | 124.65 | 200.99 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 254 | 0.99 | 0.36 | 0 | 0.00 | 201.9 | 0.99 | 0.5 |
| Hex | 2 | A2 | FE | 63 | 24 | 0 | 0 | CA | 63 | 32 |
| Octal | 2 | 242 | 376 | 143 | 44 | 0 | 0 | 312 | 143 | 62 |
| Binary | 10 | 10100010 | 11111110 | 1100011 | 100100 | 0 | 0 | 11001010 | 1100011 | 110010 |
Color Harmonies of #02A2FE
Complementary color
Monochromatic Colors of #02A2FE
Black with #02A2FE
Text Example
Text Example
White with #02A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A2FE; }
p { color: rgb(2,162,254); }
H1.HeaderClassName
{
color: #02A2FE;
}
.AnyTagClassName
{
color: #02A2FE;
}
</style>
background-color css
<style>
a { background-color: #02A2FE; }
a { background-color: rgb(2,162,254); }
div.DivClassName
{
background-color: #02A2FE;
}
.BgClassName
{
background-color: #02A2FE;
}
</style>
border-color css
<style>
span { border-color: #02A2FE; }
span { border-color: rgb(2,162,254); }
td.TdClassName
{
border-color: #02A2FE;
}
.TagClassName
{
border-color: #02A2FE;
}
</style>