Shades of Deep Sky Blue #16ACF8
Tints of Deep Sky Blue #16ACF8
RGB
CMYK
RGB Variations
Color information
#16ACF8 (or 0x16ACF8) is known color: Deep Sky Blue. HEX triplet: 16, AC and F8. RGB value is (22,172,248). Sum of RGB (Red+Green+Blue) = 22+172+248=442 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.98% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #16ACF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACF8 is #E95307. Grayscale: #878787. Windows color (decimal): -15291144 or 16296982. OLE color: 16296982.
HSL color Cylindrical-coordinate representation of color #16ACF8: hue angle of 200.18º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ACF8 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 172 | 248 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.03 |
| HSL | 200.18º | 0.94% | 0.53% | - |
| HSV(B) | 200.18º | 0.91% | 0.97% | - |
| XYZ | 32.03 | 36.45 | 94.16 | - |
| YUV | 135.81 | 191.31 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 248 | 0.91 | 0.31 | 0 | 0.03 | 200.18 | 0.94 | 0.53 |
| Hex | 16 | AC | F8 | 5B | 1F | 0 | 3 | C8 | 5E | 35 |
| Octal | 26 | 254 | 370 | 133 | 37 | 0 | 3 | 310 | 136 | 65 |
| Binary | 10110 | 10101100 | 11111000 | 1011011 | 11111 | 0 | 11 | 11001000 | 1011110 | 110101 |
Color Harmonies of #16ACF8
Complementary color
Monochromatic Colors of #16ACF8
Black with #16ACF8
Text Example
Text Example
White with #16ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACF8; }
p { color: rgb(22,172,248); }
H1.HeaderClassName
{
color: #16ACF8;
}
.AnyTagClassName
{
color: #16ACF8;
}
</style>
background-color css
<style>
a { background-color: #16ACF8; }
a { background-color: rgb(22,172,248); }
div.DivClassName
{
background-color: #16ACF8;
}
.BgClassName
{
background-color: #16ACF8;
}
</style>
border-color css
<style>
span { border-color: #16ACF8; }
span { border-color: rgb(22,172,248); }
td.TdClassName
{
border-color: #16ACF8;
}
.TagClassName
{
border-color: #16ACF8;
}
</style>