Shades of Deep Sky Blue #10AEEC
Tints of Deep Sky Blue #10AEEC
RGB
CMYK
RGB Variations
Color information
#10AEEC (or 0x10AEEC) is known color: Deep Sky Blue. HEX triplet: 10, AE and EC. RGB value is (16,174,236). Sum of RGB (Red+Green+Blue) = 16+174+236=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #10AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AEEC is #EF5113. Grayscale: #858585. Windows color (decimal): -15683860 or 15511056. OLE color: 15511056.
HSL color Cylindrical-coordinate representation of color #10AEEC: hue angle of 196.91º 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 #10AEEC is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 174 | 236 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.07 |
| HSL | 196.91º | 0.87% | 0.49% | - |
| HSV(B) | 196.91º | 0.93% | 0.93% | - |
| XYZ | 30.49 | 36.44 | 84.78 | - |
| YUV | 133.83 | 185.65 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 236 | 0.93 | 0.26 | 0 | 0.07 | 196.91 | 0.87 | 0.49 |
| Hex | 10 | AE | EC | 5D | 1A | 0 | 7 | C5 | 57 | 31 |
| Octal | 20 | 256 | 354 | 135 | 32 | 0 | 7 | 305 | 127 | 61 |
| Binary | 10000 | 10101110 | 11101100 | 1011101 | 11010 | 0 | 111 | 11000101 | 1010111 | 110001 |
Color Harmonies of #10AEEC
Complementary color
Monochromatic Colors of #10AEEC
Black with #10AEEC
Text Example
Text Example
White with #10AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AEEC; }
p { color: rgb(16,174,236); }
H1.HeaderClassName
{
color: #10AEEC;
}
.AnyTagClassName
{
color: #10AEEC;
}
</style>
background-color css
<style>
a { background-color: #10AEEC; }
a { background-color: rgb(16,174,236); }
div.DivClassName
{
background-color: #10AEEC;
}
.BgClassName
{
background-color: #10AEEC;
}
</style>
border-color css
<style>
span { border-color: #10AEEC; }
span { border-color: rgb(16,174,236); }
td.TdClassName
{
border-color: #10AEEC;
}
.TagClassName
{
border-color: #10AEEC;
}
</style>