Shades of Deep Sky Blue #02A1FF
Tints of Deep Sky Blue #02A1FF
RGB
CMYK
RGB Variations
Color information
#02A1FF (or 0x02A1FF) is known color: Deep Sky Blue. HEX triplet: 02, A1 and FF. RGB value is (2,161,255). Sum of RGB (Red+Green+Blue) = 2+161+255=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #02A1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A1FF is #FD5E00. Grayscale: #7B7B7B. Windows color (decimal): -16604673 or 16752898. OLE color: 16752898.
HSL color Cylindrical-coordinate representation of color #02A1FF: hue angle of 202.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1FF is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 161 | 255 | - |
| CMYK | 0.99 | 0.37 | 0 | 0 |
| HSL | 202.29º | 1% | 0.5% | - |
| HSV(B) | 202.29º | 0.99% | 1% | - |
| XYZ | 30.82 | 32.72 | 99.3 | - |
| YUV | 124.18 | 201.82 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 255 | 0.99 | 0.37 | 0 | 0 | 202.29 | 1 | 0.5 |
| Hex | 2 | A1 | FF | 63 | 25 | 0 | 0 | CA | 64 | 32 |
| Octal | 2 | 241 | 377 | 143 | 45 | 0 | 0 | 312 | 144 | 62 |
| Binary | 10 | 10100001 | 11111111 | 1100011 | 100101 | 0 | 0 | 11001010 | 1100100 | 110010 |
Color Harmonies of #02A1FF
Complementary color
Monochromatic Colors of #02A1FF
Black with #02A1FF
Text Example
Text Example
White with #02A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A1FF; }
p { color: rgb(2,161,255); }
H1.HeaderClassName
{
color: #02A1FF;
}
.AnyTagClassName
{
color: #02A1FF;
}
</style>
background-color css
<style>
a { background-color: #02A1FF; }
a { background-color: rgb(2,161,255); }
div.DivClassName
{
background-color: #02A1FF;
}
.BgClassName
{
background-color: #02A1FF;
}
</style>
border-color css
<style>
span { border-color: #02A1FF; }
span { border-color: rgb(2,161,255); }
td.TdClassName
{
border-color: #02A1FF;
}
.TagClassName
{
border-color: #02A1FF;
}
</style>