Shades of Deep Sky Blue #10AAF8
Tints of Deep Sky Blue #10AAF8
RGB
CMYK
RGB Variations
Color information
#10AAF8 (or 0x10AAF8) is known color: Deep Sky Blue. HEX triplet: 10, AA and F8. RGB value is (16,170,248). Sum of RGB (Red+Green+Blue) = 16+170+248=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #10AAF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAF8 is #EF5507. Grayscale: #848484. Windows color (decimal): -15684872 or 16296464. OLE color: 16296464.
HSL color Cylindrical-coordinate representation of color #10AAF8: hue angle of 200.17º 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 #10AAF8 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 170 | 248 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.03 |
| HSL | 200.17º | 0.94% | 0.52% | - |
| HSV(B) | 200.17º | 0.94% | 0.97% | - |
| XYZ | 31.53 | 35.64 | 94.02 | - |
| YUV | 132.85 | 192.98 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 248 | 0.94 | 0.31 | 0 | 0.03 | 200.17 | 0.94 | 0.52 |
| Hex | 10 | AA | F8 | 5E | 1F | 0 | 3 | C8 | 5E | 34 |
| Octal | 20 | 252 | 370 | 136 | 37 | 0 | 3 | 310 | 136 | 64 |
| Binary | 10000 | 10101010 | 11111000 | 1011110 | 11111 | 0 | 11 | 11001000 | 1011110 | 110100 |
Color Harmonies of #10AAF8
Complementary color
Monochromatic Colors of #10AAF8
Black with #10AAF8
Text Example
Text Example
White with #10AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAF8; }
p { color: rgb(16,170,248); }
H1.HeaderClassName
{
color: #10AAF8;
}
.AnyTagClassName
{
color: #10AAF8;
}
</style>
background-color css
<style>
a { background-color: #10AAF8; }
a { background-color: rgb(16,170,248); }
div.DivClassName
{
background-color: #10AAF8;
}
.BgClassName
{
background-color: #10AAF8;
}
</style>
border-color css
<style>
span { border-color: #10AAF8; }
span { border-color: rgb(16,170,248); }
td.TdClassName
{
border-color: #10AAF8;
}
.TagClassName
{
border-color: #10AAF8;
}
</style>