Shades of Deep Sky Blue #02ACF9
Tints of Deep Sky Blue #02ACF9
RGB
CMYK
RGB Variations
Color information
#02ACF9 (or 0x02ACF9) is known color: Deep Sky Blue. HEX triplet: 02, AC and F9. RGB value is (2,172,249). Sum of RGB (Red+Green+Blue) = 2+172+249=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #02ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ACF9 is #FD5306. Grayscale: #818181. Windows color (decimal): -16601863 or 16362498. OLE color: 16362498.
HSL color Cylindrical-coordinate representation of color #02ACF9: hue angle of 198.7º 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 #02ACF9 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 172 | 249 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.02 |
| HSL | 198.7º | 0.98% | 0.49% | - |
| HSV(B) | 198.7º | 0.99% | 0.98% | - |
| XYZ | 31.88 | 36.36 | 94.96 | - |
| YUV | 129.95 | 195.18 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 249 | 0.99 | 0.31 | 0 | 0.02 | 198.7 | 0.98 | 0.49 |
| Hex | 2 | AC | F9 | 63 | 1F | 0 | 2 | C7 | 62 | 31 |
| Octal | 2 | 254 | 371 | 143 | 37 | 0 | 2 | 307 | 142 | 61 |
| Binary | 10 | 10101100 | 11111001 | 1100011 | 11111 | 0 | 10 | 11000111 | 1100010 | 110001 |
Color Harmonies of #02ACF9
Complementary color
Monochromatic Colors of #02ACF9
Black with #02ACF9
Text Example
Text Example
White with #02ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACF9; }
p { color: rgb(2,172,249); }
H1.HeaderClassName
{
color: #02ACF9;
}
.AnyTagClassName
{
color: #02ACF9;
}
</style>
background-color css
<style>
a { background-color: #02ACF9; }
a { background-color: rgb(2,172,249); }
div.DivClassName
{
background-color: #02ACF9;
}
.BgClassName
{
background-color: #02ACF9;
}
</style>
border-color css
<style>
span { border-color: #02ACF9; }
span { border-color: rgb(2,172,249); }
td.TdClassName
{
border-color: #02ACF9;
}
.TagClassName
{
border-color: #02ACF9;
}
</style>