Shades of Deep Sky Blue #02ABFB
Tints of Deep Sky Blue #02ABFB
RGB
CMYK
RGB Variations
Color information
#02ABFB (or 0x02ABFB) is known color: Deep Sky Blue. HEX triplet: 02, AB and FB. RGB value is (2,171,251). Sum of RGB (Red+Green+Blue) = 2+171+251=424 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #02ABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ABFB is #FD5404. Grayscale: #818181. Windows color (decimal): -16602117 or 16493314. OLE color: 16493314.
HSL color Cylindrical-coordinate representation of color #02ABFB: hue angle of 199.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABFB is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 171 | 251 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.02 |
| HSL | 199.28º | 0.98% | 0.5% | - |
| HSV(B) | 199.28º | 0.99% | 0.98% | - |
| XYZ | 32 | 36.1 | 96.55 | - |
| YUV | 129.59 | 196.51 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 251 | 0.99 | 0.32 | 0 | 0.02 | 199.28 | 0.98 | 0.5 |
| Hex | 2 | AB | FB | 63 | 20 | 0 | 2 | C7 | 62 | 32 |
| Octal | 2 | 253 | 373 | 143 | 40 | 0 | 2 | 307 | 142 | 62 |
| Binary | 10 | 10101011 | 11111011 | 1100011 | 100000 | 0 | 10 | 11000111 | 1100010 | 110010 |
Color Harmonies of #02ABFB
Complementary color
Monochromatic Colors of #02ABFB
Black with #02ABFB
Text Example
Text Example
White with #02ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABFB; }
p { color: rgb(2,171,251); }
H1.HeaderClassName
{
color: #02ABFB;
}
.AnyTagClassName
{
color: #02ABFB;
}
</style>
background-color css
<style>
a { background-color: #02ABFB; }
a { background-color: rgb(2,171,251); }
div.DivClassName
{
background-color: #02ABFB;
}
.BgClassName
{
background-color: #02ABFB;
}
</style>
border-color css
<style>
span { border-color: #02ABFB; }
span { border-color: rgb(2,171,251); }
td.TdClassName
{
border-color: #02ABFB;
}
.TagClassName
{
border-color: #02ABFB;
}
</style>