Shades of Deep Sky Blue #16AEEC
Tints of Deep Sky Blue #16AEEC
RGB
CMYK
RGB Variations
Color information
#16AEEC (or 0x16AEEC) is known color: Deep Sky Blue. HEX triplet: 16, AE and EC. RGB value is (22,174,236). Sum of RGB (Red+Green+Blue) = 22+174+236=432 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.09% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #16AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AEEC is #E95113. Grayscale: #878787. Windows color (decimal): -15290644 or 15511062. OLE color: 15511062.
HSL color Cylindrical-coordinate representation of color #16AEEC: hue angle of 197.38º 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 #16AEEC is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 174 | 236 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.07 |
| HSL | 197.38º | 0.85% | 0.51% | - |
| HSV(B) | 197.38º | 0.91% | 0.93% | - |
| XYZ | 30.61 | 36.5 | 84.79 | - |
| YUV | 135.62 | 184.64 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 236 | 0.91 | 0.26 | 0 | 0.07 | 197.38 | 0.85 | 0.51 |
| Hex | 16 | AE | EC | 5B | 1A | 0 | 7 | C5 | 55 | 33 |
| Octal | 26 | 256 | 354 | 133 | 32 | 0 | 7 | 305 | 125 | 63 |
| Binary | 10110 | 10101110 | 11101100 | 1011011 | 11010 | 0 | 111 | 11000101 | 1010101 | 110011 |
Color Harmonies of #16AEEC
Complementary color
Monochromatic Colors of #16AEEC
Black with #16AEEC
Text Example
Text Example
White with #16AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AEEC; }
p { color: rgb(22,174,236); }
H1.HeaderClassName
{
color: #16AEEC;
}
.AnyTagClassName
{
color: #16AEEC;
}
</style>
background-color css
<style>
a { background-color: #16AEEC; }
a { background-color: rgb(22,174,236); }
div.DivClassName
{
background-color: #16AEEC;
}
.BgClassName
{
background-color: #16AEEC;
}
</style>
border-color css
<style>
span { border-color: #16AEEC; }
span { border-color: rgb(22,174,236); }
td.TdClassName
{
border-color: #16AEEC;
}
.TagClassName
{
border-color: #16AEEC;
}
</style>