Shades of Deep Sky Blue #16ACF1
Tints of Deep Sky Blue #16ACF1
RGB
CMYK
RGB Variations
Color information
#16ACF1 (or 0x16ACF1) is known color: Deep Sky Blue. HEX triplet: 16, AC and F1. RGB value is (22,172,241). Sum of RGB (Red+Green+Blue) = 22+172+241=435 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.06% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #16ACF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACF1 is #E9530E. Grayscale: #868686. Windows color (decimal): -15291151 or 15838230. OLE color: 15838230.
HSL color Cylindrical-coordinate representation of color #16ACF1: hue angle of 198.9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ACF1 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 172 | 241 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.05 |
| HSL | 198.9º | 0.89% | 0.52% | - |
| HSV(B) | 198.9º | 0.91% | 0.95% | - |
| XYZ | 30.96 | 36.03 | 88.54 | - |
| YUV | 135.02 | 187.81 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 241 | 0.91 | 0.29 | 0 | 0.05 | 198.9 | 0.89 | 0.52 |
| Hex | 16 | AC | F1 | 5B | 1D | 0 | 5 | C7 | 59 | 34 |
| Octal | 26 | 254 | 361 | 133 | 35 | 0 | 5 | 307 | 131 | 64 |
| Binary | 10110 | 10101100 | 11110001 | 1011011 | 11101 | 0 | 101 | 11000111 | 1011001 | 110100 |
Color Harmonies of #16ACF1
Complementary color
Monochromatic Colors of #16ACF1
Black with #16ACF1
Text Example
Text Example
White with #16ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACF1; }
p { color: rgb(22,172,241); }
H1.HeaderClassName
{
color: #16ACF1;
}
.AnyTagClassName
{
color: #16ACF1;
}
</style>
background-color css
<style>
a { background-color: #16ACF1; }
a { background-color: rgb(22,172,241); }
div.DivClassName
{
background-color: #16ACF1;
}
.BgClassName
{
background-color: #16ACF1;
}
</style>
border-color css
<style>
span { border-color: #16ACF1; }
span { border-color: rgb(22,172,241); }
td.TdClassName
{
border-color: #16ACF1;
}
.TagClassName
{
border-color: #16ACF1;
}
</style>