Shades of Deep Sky Blue #10AAF7
Tints of Deep Sky Blue #10AAF7
RGB
CMYK
RGB Variations
Color information
#10AAF7 (or 0x10AAF7) is known color: Deep Sky Blue. HEX triplet: 10, AA and F7. RGB value is (16,170,247). Sum of RGB (Red+Green+Blue) = 16+170+247=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #10AAF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAF7 is #EF5508. Grayscale: #848484. Windows color (decimal): -15684873 or 16230928. OLE color: 16230928.
HSL color Cylindrical-coordinate representation of color #10AAF7: hue angle of 200º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10AAF7 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 170 | 247 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.03 |
| HSL | 200º | 0.94% | 0.52% | - |
| HSV(B) | 200º | 0.94% | 0.97% | - |
| XYZ | 31.38 | 35.58 | 93.21 | - |
| YUV | 132.73 | 192.48 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 247 | 0.94 | 0.31 | 0 | 0.03 | 200 | 0.94 | 0.52 |
| Hex | 10 | AA | F7 | 5E | 1F | 0 | 3 | C8 | 5E | 34 |
| Octal | 20 | 252 | 367 | 136 | 37 | 0 | 3 | 310 | 136 | 64 |
| Binary | 10000 | 10101010 | 11110111 | 1011110 | 11111 | 0 | 11 | 11001000 | 1011110 | 110100 |
Color Harmonies of #10AAF7
Complementary color
Monochromatic Colors of #10AAF7
Black with #10AAF7
Text Example
Text Example
White with #10AAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAF7; }
p { color: rgb(16,170,247); }
H1.HeaderClassName
{
color: #10AAF7;
}
.AnyTagClassName
{
color: #10AAF7;
}
</style>
background-color css
<style>
a { background-color: #10AAF7; }
a { background-color: rgb(16,170,247); }
div.DivClassName
{
background-color: #10AAF7;
}
.BgClassName
{
background-color: #10AAF7;
}
</style>
border-color css
<style>
span { border-color: #10AAF7; }
span { border-color: rgb(16,170,247); }
td.TdClassName
{
border-color: #10AAF7;
}
.TagClassName
{
border-color: #10AAF7;
}
</style>