Shades of Deep Sky Blue #10AAFF
Tints of Deep Sky Blue #10AAFF
RGB
CMYK
RGB Variations
Color information
#10AAFF (or 0x10AAFF) is known color: Deep Sky Blue. HEX triplet: 10, AA and FF. RGB value is (16,170,255). Sum of RGB (Red+Green+Blue) = 16+170+255=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #10AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAFF is #EF5500. Grayscale: #858585. Windows color (decimal): -15684865 or 16755216. OLE color: 16755216.
HSL color Cylindrical-coordinate representation of color #10AAFF: hue angle of 201.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10AAFF is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 170 | 255 | - |
| CMYK | 0.94 | 0.33 | 0 | 0 |
| HSL | 201.34º | 1% | 0.53% | - |
| HSV(B) | 201.34º | 0.94% | 1% | - |
| XYZ | 32.64 | 36.08 | 99.85 | - |
| YUV | 133.64 | 196.48 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 255 | 0.94 | 0.33 | 0 | 0 | 201.34 | 1 | 0.53 |
| Hex | 10 | AA | FF | 5E | 21 | 0 | 0 | C9 | 64 | 35 |
| Octal | 20 | 252 | 377 | 136 | 41 | 0 | 0 | 311 | 144 | 65 |
| Binary | 10000 | 10101010 | 11111111 | 1011110 | 100001 | 0 | 0 | 11001001 | 1100100 | 110101 |
Color Harmonies of #10AAFF
Complementary color
Monochromatic Colors of #10AAFF
Black with #10AAFF
Text Example
Text Example
White with #10AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAFF; }
p { color: rgb(16,170,255); }
H1.HeaderClassName
{
color: #10AAFF;
}
.AnyTagClassName
{
color: #10AAFF;
}
</style>
background-color css
<style>
a { background-color: #10AAFF; }
a { background-color: rgb(16,170,255); }
div.DivClassName
{
background-color: #10AAFF;
}
.BgClassName
{
background-color: #10AAFF;
}
</style>
border-color css
<style>
span { border-color: #10AAFF; }
span { border-color: rgb(16,170,255); }
td.TdClassName
{
border-color: #10AAFF;
}
.TagClassName
{
border-color: #10AAFF;
}
</style>