Shades of Deep Sky Blue #16ACEC
Tints of Deep Sky Blue #16ACEC
RGB
CMYK
RGB Variations
Color information
#16ACEC (or 0x16ACEC) is known color: Deep Sky Blue. HEX triplet: 16, AC and EC. RGB value is (22,172,236). Sum of RGB (Red+Green+Blue) = 22+172+236=430 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.12% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #16ACEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACEC is #E95313. Grayscale: #868686. Windows color (decimal): -15291156 or 15510550. OLE color: 15510550.
HSL color Cylindrical-coordinate representation of color #16ACEC: hue angle of 197.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ACEC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 172 | 236 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.07 |
| HSL | 197.94º | 0.85% | 0.51% | - |
| HSV(B) | 197.94º | 0.91% | 0.93% | - |
| XYZ | 30.22 | 35.73 | 84.66 | - |
| YUV | 134.45 | 185.31 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 236 | 0.91 | 0.27 | 0 | 0.07 | 197.94 | 0.85 | 0.51 |
| Hex | 16 | AC | EC | 5B | 1B | 0 | 7 | C6 | 55 | 33 |
| Octal | 26 | 254 | 354 | 133 | 33 | 0 | 7 | 306 | 125 | 63 |
| Binary | 10110 | 10101100 | 11101100 | 1011011 | 11011 | 0 | 111 | 11000110 | 1010101 | 110011 |
Color Harmonies of #16ACEC
Complementary color
Monochromatic Colors of #16ACEC
Black with #16ACEC
Text Example
Text Example
White with #16ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACEC; }
p { color: rgb(22,172,236); }
H1.HeaderClassName
{
color: #16ACEC;
}
.AnyTagClassName
{
color: #16ACEC;
}
</style>
background-color css
<style>
a { background-color: #16ACEC; }
a { background-color: rgb(22,172,236); }
div.DivClassName
{
background-color: #16ACEC;
}
.BgClassName
{
background-color: #16ACEC;
}
</style>
border-color css
<style>
span { border-color: #16ACEC; }
span { border-color: rgb(22,172,236); }
td.TdClassName
{
border-color: #16ACEC;
}
.TagClassName
{
border-color: #16ACEC;
}
</style>