Shades of Deep Sky Blue #10AAF6
Tints of Deep Sky Blue #10AAF6
RGB
CMYK
RGB Variations
Color information
#10AAF6 (or 0x10AAF6) is known color: Deep Sky Blue. HEX triplet: 10, AA and F6. RGB value is (16,170,246). Sum of RGB (Red+Green+Blue) = 16+170+246=432 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #10AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAF6 is #EF5509. Grayscale: #848484. Windows color (decimal): -15684874 or 16165392. OLE color: 16165392.
HSL color Cylindrical-coordinate representation of color #10AAF6: hue angle of 199.83º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AAF6 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 170 | 246 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.04 |
| HSL | 199.83º | 0.93% | 0.51% | - |
| HSV(B) | 199.83º | 0.93% | 0.96% | - |
| XYZ | 31.22 | 35.51 | 92.4 | - |
| YUV | 132.62 | 191.98 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 246 | 0.93 | 0.31 | 0 | 0.04 | 199.83 | 0.93 | 0.51 |
| Hex | 10 | AA | F6 | 5D | 1F | 0 | 4 | C8 | 5D | 33 |
| Octal | 20 | 252 | 366 | 135 | 37 | 0 | 4 | 310 | 135 | 63 |
| Binary | 10000 | 10101010 | 11110110 | 1011101 | 11111 | 0 | 100 | 11001000 | 1011101 | 110011 |
Color Harmonies of #10AAF6
Complementary color
Monochromatic Colors of #10AAF6
Black with #10AAF6
Text Example
Text Example
White with #10AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAF6; }
p { color: rgb(16,170,246); }
H1.HeaderClassName
{
color: #10AAF6;
}
.AnyTagClassName
{
color: #10AAF6;
}
</style>
background-color css
<style>
a { background-color: #10AAF6; }
a { background-color: rgb(16,170,246); }
div.DivClassName
{
background-color: #10AAF6;
}
.BgClassName
{
background-color: #10AAF6;
}
</style>
border-color css
<style>
span { border-color: #10AAF6; }
span { border-color: rgb(16,170,246); }
td.TdClassName
{
border-color: #10AAF6;
}
.TagClassName
{
border-color: #10AAF6;
}
</style>