Shades of Deep Sky Blue #16ACF9
Tints of Deep Sky Blue #16ACF9
RGB
CMYK
RGB Variations
Color information
#16ACF9 (or 0x16ACF9) is known color: Deep Sky Blue. HEX triplet: 16, AC and F9. RGB value is (22,172,249). Sum of RGB (Red+Green+Blue) = 22+172+249=443 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.97% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #16ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACF9 is #E95306. Grayscale: #878787. Windows color (decimal): -15291143 or 16362518. OLE color: 16362518.
HSL color Cylindrical-coordinate representation of color #16ACF9: hue angle of 200.35º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ACF9 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 172 | 249 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.02 |
| HSL | 200.35º | 0.95% | 0.53% | - |
| HSV(B) | 200.35º | 0.91% | 0.98% | - |
| XYZ | 32.18 | 36.52 | 94.97 | - |
| YUV | 135.93 | 191.81 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 249 | 0.91 | 0.31 | 0 | 0.02 | 200.35 | 0.95 | 0.53 |
| Hex | 16 | AC | F9 | 5B | 1F | 0 | 2 | C8 | 5F | 35 |
| Octal | 26 | 254 | 371 | 133 | 37 | 0 | 2 | 310 | 137 | 65 |
| Binary | 10110 | 10101100 | 11111001 | 1011011 | 11111 | 0 | 10 | 11001000 | 1011111 | 110101 |
Color Harmonies of #16ACF9
Complementary color
Monochromatic Colors of #16ACF9
Black with #16ACF9
Text Example
Text Example
White with #16ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACF9; }
p { color: rgb(22,172,249); }
H1.HeaderClassName
{
color: #16ACF9;
}
.AnyTagClassName
{
color: #16ACF9;
}
</style>
background-color css
<style>
a { background-color: #16ACF9; }
a { background-color: rgb(22,172,249); }
div.DivClassName
{
background-color: #16ACF9;
}
.BgClassName
{
background-color: #16ACF9;
}
</style>
border-color css
<style>
span { border-color: #16ACF9; }
span { border-color: rgb(22,172,249); }
td.TdClassName
{
border-color: #16ACF9;
}
.TagClassName
{
border-color: #16ACF9;
}
</style>