Shades of Deep Sky Blue #10AAED
Tints of Deep Sky Blue #10AAED
RGB
CMYK
RGB Variations
Color information
#10AAED (or 0x10AAED) is known color: Deep Sky Blue. HEX triplet: 10, AA and ED. RGB value is (16,170,237). Sum of RGB (Red+Green+Blue) = 16+170+237=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #10AAED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAED is #EF5512. Grayscale: #838383. Windows color (decimal): -15684883 or 15575568. OLE color: 15575568.
HSL color Cylindrical-coordinate representation of color #10AAED: hue angle of 198.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AAED is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 170 | 237 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.07 |
| HSL | 198.19º | 0.87% | 0.5% | - |
| HSV(B) | 198.19º | 0.93% | 0.93% | - |
| XYZ | 29.87 | 34.97 | 85.3 | - |
| YUV | 131.59 | 187.48 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 237 | 0.93 | 0.28 | 0 | 0.07 | 198.19 | 0.87 | 0.5 |
| Hex | 10 | AA | ED | 5D | 1C | 0 | 7 | C6 | 57 | 32 |
| Octal | 20 | 252 | 355 | 135 | 34 | 0 | 7 | 306 | 127 | 62 |
| Binary | 10000 | 10101010 | 11101101 | 1011101 | 11100 | 0 | 111 | 11000110 | 1010111 | 110010 |
Color Harmonies of #10AAED
Complementary color
Monochromatic Colors of #10AAED
Black with #10AAED
Text Example
Text Example
White with #10AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAED; }
p { color: rgb(16,170,237); }
H1.HeaderClassName
{
color: #10AAED;
}
.AnyTagClassName
{
color: #10AAED;
}
</style>
background-color css
<style>
a { background-color: #10AAED; }
a { background-color: rgb(16,170,237); }
div.DivClassName
{
background-color: #10AAED;
}
.BgClassName
{
background-color: #10AAED;
}
</style>
border-color css
<style>
span { border-color: #10AAED; }
span { border-color: rgb(16,170,237); }
td.TdClassName
{
border-color: #10AAED;
}
.TagClassName
{
border-color: #10AAED;
}
</style>