Shades of Deep Sky Blue #02A8FA
Tints of Deep Sky Blue #02A8FA
RGB
CMYK
RGB Variations
Color information
#02A8FA (or 0x02A8FA) is known color: Deep Sky Blue. HEX triplet: 02, A8 and FA. RGB value is (2,168,250). Sum of RGB (Red+Green+Blue) = 2+168+250=420 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #02A8FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A8FA is #FD5705. Grayscale: #7F7F7F. Windows color (decimal): -16602886 or 16427010. OLE color: 16427010.
HSL color Cylindrical-coordinate representation of color #02A8FA: hue angle of 199.84º 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 #02A8FA is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 168 | 250 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.02 |
| HSL | 199.84º | 0.98% | 0.49% | - |
| HSV(B) | 199.84º | 0.99% | 0.98% | - |
| XYZ | 31.28 | 34.92 | 95.53 | - |
| YUV | 127.71 | 197 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 250 | 0.99 | 0.33 | 0 | 0.02 | 199.84 | 0.98 | 0.49 |
| Hex | 2 | A8 | FA | 63 | 21 | 0 | 2 | C8 | 62 | 31 |
| Octal | 2 | 250 | 372 | 143 | 41 | 0 | 2 | 310 | 142 | 61 |
| Binary | 10 | 10101000 | 11111010 | 1100011 | 100001 | 0 | 10 | 11001000 | 1100010 | 110001 |
Color Harmonies of #02A8FA
Complementary color
Monochromatic Colors of #02A8FA
Black with #02A8FA
Text Example
Text Example
White with #02A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8FA; }
p { color: rgb(2,168,250); }
H1.HeaderClassName
{
color: #02A8FA;
}
.AnyTagClassName
{
color: #02A8FA;
}
</style>
background-color css
<style>
a { background-color: #02A8FA; }
a { background-color: rgb(2,168,250); }
div.DivClassName
{
background-color: #02A8FA;
}
.BgClassName
{
background-color: #02A8FA;
}
</style>
border-color css
<style>
span { border-color: #02A8FA; }
span { border-color: rgb(2,168,250); }
td.TdClassName
{
border-color: #02A8FA;
}
.TagClassName
{
border-color: #02A8FA;
}
</style>