Shades of Deep Sky Blue #16ACEA
Tints of Deep Sky Blue #16ACEA
RGB
CMYK
RGB Variations
Color information
#16ACEA (or 0x16ACEA) is known color: Deep Sky Blue. HEX triplet: 16, AC and EA. RGB value is (22,172,234). Sum of RGB (Red+Green+Blue) = 22+172+234=428 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.14% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #16ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACEA is #E95315. Grayscale: #858585. Windows color (decimal): -15291158 or 15379478. OLE color: 15379478.
HSL color Cylindrical-coordinate representation of color #16ACEA: hue angle of 197.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ACEA is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 172 | 234 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.08 |
| HSL | 197.55º | 0.83% | 0.5% | - |
| HSV(B) | 197.55º | 0.91% | 0.92% | - |
| XYZ | 29.93 | 35.62 | 83.14 | - |
| YUV | 134.22 | 184.31 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 234 | 0.91 | 0.26 | 0 | 0.08 | 197.55 | 0.83 | 0.5 |
| Hex | 16 | AC | EA | 5B | 1A | 0 | 8 | C6 | 53 | 32 |
| Octal | 26 | 254 | 352 | 133 | 32 | 0 | 10 | 306 | 123 | 62 |
| Binary | 10110 | 10101100 | 11101010 | 1011011 | 11010 | 0 | 1000 | 11000110 | 1010011 | 110010 |
Color Harmonies of #16ACEA
Complementary color
Monochromatic Colors of #16ACEA
Black with #16ACEA
Text Example
Text Example
White with #16ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACEA; }
p { color: rgb(22,172,234); }
H1.HeaderClassName
{
color: #16ACEA;
}
.AnyTagClassName
{
color: #16ACEA;
}
</style>
background-color css
<style>
a { background-color: #16ACEA; }
a { background-color: rgb(22,172,234); }
div.DivClassName
{
background-color: #16ACEA;
}
.BgClassName
{
background-color: #16ACEA;
}
</style>
border-color css
<style>
span { border-color: #16ACEA; }
span { border-color: rgb(22,172,234); }
td.TdClassName
{
border-color: #16ACEA;
}
.TagClassName
{
border-color: #16ACEA;
}
</style>