Shades of Deep Sky Blue #02ABFC
Tints of Deep Sky Blue #02ABFC
RGB
CMYK
RGB Variations
Color information
#02ABFC (or 0x02ABFC) is known color: Deep Sky Blue. HEX triplet: 02, AB and FC. RGB value is (2,171,252). Sum of RGB (Red+Green+Blue) = 2+171+252=425 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #02ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ABFC is #FD5403. Grayscale: #818181. Windows color (decimal): -16602116 or 16558850. OLE color: 16558850.
HSL color Cylindrical-coordinate representation of color #02ABFC: hue angle of 199.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABFC is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 171 | 252 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.01 |
| HSL | 199.44º | 0.98% | 0.5% | - |
| HSV(B) | 199.44º | 0.99% | 0.99% | - |
| XYZ | 32.16 | 36.17 | 97.38 | - |
| YUV | 129.7 | 197.01 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 252 | 0.99 | 0.32 | 0 | 0.01 | 199.44 | 0.98 | 0.5 |
| Hex | 2 | AB | FC | 63 | 20 | 0 | 1 | C7 | 62 | 32 |
| Octal | 2 | 253 | 374 | 143 | 40 | 0 | 1 | 307 | 142 | 62 |
| Binary | 10 | 10101011 | 11111100 | 1100011 | 100000 | 0 | 1 | 11000111 | 1100010 | 110010 |
Color Harmonies of #02ABFC
Complementary color
Monochromatic Colors of #02ABFC
Black with #02ABFC
Text Example
Text Example
White with #02ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABFC; }
p { color: rgb(2,171,252); }
H1.HeaderClassName
{
color: #02ABFC;
}
.AnyTagClassName
{
color: #02ABFC;
}
</style>
background-color css
<style>
a { background-color: #02ABFC; }
a { background-color: rgb(2,171,252); }
div.DivClassName
{
background-color: #02ABFC;
}
.BgClassName
{
background-color: #02ABFC;
}
</style>
border-color css
<style>
span { border-color: #02ABFC; }
span { border-color: rgb(2,171,252); }
td.TdClassName
{
border-color: #02ABFC;
}
.TagClassName
{
border-color: #02ABFC;
}
</style>