Shades of Deep Sky Blue #10AAEC
Tints of Deep Sky Blue #10AAEC
RGB
CMYK
RGB Variations
Color information
#10AAEC (or 0x10AAEC) is known color: Deep Sky Blue. HEX triplet: 10, AA and EC. RGB value is (16,170,236). Sum of RGB (Red+Green+Blue) = 16+170+236=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #10AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAEC is #EF5513. Grayscale: #838383. Windows color (decimal): -15684884 or 15510032. OLE color: 15510032.
HSL color Cylindrical-coordinate representation of color #10AAEC: hue angle of 198º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AAEC is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 170 | 236 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.07 |
| HSL | 198º | 0.87% | 0.49% | - |
| HSV(B) | 198º | 0.93% | 0.93% | - |
| XYZ | 29.73 | 34.92 | 84.53 | - |
| YUV | 131.48 | 186.98 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 236 | 0.93 | 0.28 | 0 | 0.07 | 198 | 0.87 | 0.49 |
| Hex | 10 | AA | EC | 5D | 1C | 0 | 7 | C6 | 57 | 31 |
| Octal | 20 | 252 | 354 | 135 | 34 | 0 | 7 | 306 | 127 | 61 |
| Binary | 10000 | 10101010 | 11101100 | 1011101 | 11100 | 0 | 111 | 11000110 | 1010111 | 110001 |
Color Harmonies of #10AAEC
Complementary color
Monochromatic Colors of #10AAEC
Black with #10AAEC
Text Example
Text Example
White with #10AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAEC; }
p { color: rgb(16,170,236); }
H1.HeaderClassName
{
color: #10AAEC;
}
.AnyTagClassName
{
color: #10AAEC;
}
</style>
background-color css
<style>
a { background-color: #10AAEC; }
a { background-color: rgb(16,170,236); }
div.DivClassName
{
background-color: #10AAEC;
}
.BgClassName
{
background-color: #10AAEC;
}
</style>
border-color css
<style>
span { border-color: #10AAEC; }
span { border-color: rgb(16,170,236); }
td.TdClassName
{
border-color: #10AAEC;
}
.TagClassName
{
border-color: #10AAEC;
}
</style>