Shades of Deep Sky Blue #02ABFD
Tints of Deep Sky Blue #02ABFD
RGB
CMYK
RGB Variations
Color information
#02ABFD (or 0x02ABFD) is known color: Deep Sky Blue. HEX triplet: 02, AB and FD. RGB value is (2,171,253). Sum of RGB (Red+Green+Blue) = 2+171+253=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #02ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ABFD is #FD5402. Grayscale: #818181. Windows color (decimal): -16602115 or 16624386. OLE color: 16624386.
HSL color Cylindrical-coordinate representation of color #02ABFD: hue angle of 199.6º 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 #02ABFD is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 171 | 253 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.01 |
| HSL | 199.6º | 0.98% | 0.5% | - |
| HSV(B) | 199.6º | 0.99% | 0.99% | - |
| XYZ | 32.32 | 36.23 | 98.22 | - |
| YUV | 129.82 | 197.51 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 253 | 0.99 | 0.32 | 0 | 0.01 | 199.6 | 0.98 | 0.5 |
| Hex | 2 | AB | FD | 63 | 20 | 0 | 1 | C8 | 62 | 32 |
| Octal | 2 | 253 | 375 | 143 | 40 | 0 | 1 | 310 | 142 | 62 |
| Binary | 10 | 10101011 | 11111101 | 1100011 | 100000 | 0 | 1 | 11001000 | 1100010 | 110010 |
Color Harmonies of #02ABFD
Complementary color
Monochromatic Colors of #02ABFD
Black with #02ABFD
Text Example
Text Example
White with #02ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABFD; }
p { color: rgb(2,171,253); }
H1.HeaderClassName
{
color: #02ABFD;
}
.AnyTagClassName
{
color: #02ABFD;
}
</style>
background-color css
<style>
a { background-color: #02ABFD; }
a { background-color: rgb(2,171,253); }
div.DivClassName
{
background-color: #02ABFD;
}
.BgClassName
{
background-color: #02ABFD;
}
</style>
border-color css
<style>
span { border-color: #02ABFD; }
span { border-color: rgb(2,171,253); }
td.TdClassName
{
border-color: #02ABFD;
}
.TagClassName
{
border-color: #02ABFD;
}
</style>