Shades of Deep Sky Blue #02A8F8
Tints of Deep Sky Blue #02A8F8
RGB
CMYK
RGB Variations
Color information
#02A8F8 (or 0x02A8F8) is known color: Deep Sky Blue. HEX triplet: 02, A8 and F8. RGB value is (2,168,248). Sum of RGB (Red+Green+Blue) = 2+168+248=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #02A8F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A8F8 is #FD5707. Grayscale: #7E7E7E. Windows color (decimal): -16602888 or 16295938. OLE color: 16295938.
HSL color Cylindrical-coordinate representation of color #02A8F8: hue angle of 199.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A8F8 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 168 | 248 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.03 |
| HSL | 199.51º | 0.98% | 0.49% | - |
| HSV(B) | 199.51º | 0.99% | 0.97% | - |
| XYZ | 30.97 | 34.8 | 93.89 | - |
| YUV | 127.49 | 196 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 248 | 0.99 | 0.32 | 0 | 0.03 | 199.51 | 0.98 | 0.49 |
| Hex | 2 | A8 | F8 | 63 | 20 | 0 | 3 | C8 | 62 | 31 |
| Octal | 2 | 250 | 370 | 143 | 40 | 0 | 3 | 310 | 142 | 61 |
| Binary | 10 | 10101000 | 11111000 | 1100011 | 100000 | 0 | 11 | 11001000 | 1100010 | 110001 |
Color Harmonies of #02A8F8
Complementary color
Monochromatic Colors of #02A8F8
Black with #02A8F8
Text Example
Text Example
White with #02A8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8F8; }
p { color: rgb(2,168,248); }
H1.HeaderClassName
{
color: #02A8F8;
}
.AnyTagClassName
{
color: #02A8F8;
}
</style>
background-color css
<style>
a { background-color: #02A8F8; }
a { background-color: rgb(2,168,248); }
div.DivClassName
{
background-color: #02A8F8;
}
.BgClassName
{
background-color: #02A8F8;
}
</style>
border-color css
<style>
span { border-color: #02A8F8; }
span { border-color: rgb(2,168,248); }
td.TdClassName
{
border-color: #02A8F8;
}
.TagClassName
{
border-color: #02A8F8;
}
</style>