Shades of Deep Sky Blue #10AAE8
Tints of Deep Sky Blue #10AAE8
RGB
CMYK
RGB Variations
Color information
#10AAE8 (or 0x10AAE8) is known color: Deep Sky Blue. HEX triplet: 10, AA and E8. RGB value is (16,170,232). Sum of RGB (Red+Green+Blue) = 16+170+232=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #10AAE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAE8 is #EF5517. Grayscale: #828282. Windows color (decimal): -15684888 or 15247888. OLE color: 15247888.
HSL color Cylindrical-coordinate representation of color #10AAE8: hue angle of 197.22º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AAE8 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 170 | 232 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.09 |
| HSL | 197.22º | 0.87% | 0.49% | - |
| HSV(B) | 197.22º | 0.93% | 0.91% | - |
| XYZ | 29.15 | 34.69 | 81.5 | - |
| YUV | 131.02 | 184.98 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 232 | 0.93 | 0.27 | 0 | 0.09 | 197.22 | 0.87 | 0.49 |
| Hex | 10 | AA | E8 | 5D | 1B | 0 | 9 | C5 | 57 | 31 |
| Octal | 20 | 252 | 350 | 135 | 33 | 0 | 11 | 305 | 127 | 61 |
| Binary | 10000 | 10101010 | 11101000 | 1011101 | 11011 | 0 | 1001 | 11000101 | 1010111 | 110001 |
Color Harmonies of #10AAE8
Complementary color
Monochromatic Colors of #10AAE8
Black with #10AAE8
Text Example
Text Example
White with #10AAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAE8; }
p { color: rgb(16,170,232); }
H1.HeaderClassName
{
color: #10AAE8;
}
.AnyTagClassName
{
color: #10AAE8;
}
</style>
background-color css
<style>
a { background-color: #10AAE8; }
a { background-color: rgb(16,170,232); }
div.DivClassName
{
background-color: #10AAE8;
}
.BgClassName
{
background-color: #10AAE8;
}
</style>
border-color css
<style>
span { border-color: #10AAE8; }
span { border-color: rgb(16,170,232); }
td.TdClassName
{
border-color: #10AAE8;
}
.TagClassName
{
border-color: #10AAE8;
}
</style>