Shades of Deep Sky Blue #10AAFE
Tints of Deep Sky Blue #10AAFE
RGB
CMYK
RGB Variations
Color information
#10AAFE (or 0x10AAFE) is known color: Deep Sky Blue. HEX triplet: 10, AA and FE. RGB value is (16,170,254). Sum of RGB (Red+Green+Blue) = 16+170+254=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #10AAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAFE is #EF5501. Grayscale: #858585. Windows color (decimal): -15684866 or 16689680. OLE color: 16689680.
HSL color Cylindrical-coordinate representation of color #10AAFE: hue angle of 201.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10AAFE is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 170 | 254 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.00 |
| HSL | 201.18º | 0.99% | 0.53% | - |
| HSV(B) | 201.18º | 0.94% | 1% | - |
| XYZ | 32.48 | 36.02 | 99.01 | - |
| YUV | 133.53 | 195.98 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 254 | 0.94 | 0.33 | 0 | 0.00 | 201.18 | 0.99 | 0.53 |
| Hex | 10 | AA | FE | 5E | 21 | 0 | 0 | C9 | 63 | 35 |
| Octal | 20 | 252 | 376 | 136 | 41 | 0 | 0 | 311 | 143 | 65 |
| Binary | 10000 | 10101010 | 11111110 | 1011110 | 100001 | 0 | 0 | 11001001 | 1100011 | 110101 |
Color Harmonies of #10AAFE
Complementary color
Monochromatic Colors of #10AAFE
Black with #10AAFE
Text Example
Text Example
White with #10AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAFE; }
p { color: rgb(16,170,254); }
H1.HeaderClassName
{
color: #10AAFE;
}
.AnyTagClassName
{
color: #10AAFE;
}
</style>
background-color css
<style>
a { background-color: #10AAFE; }
a { background-color: rgb(16,170,254); }
div.DivClassName
{
background-color: #10AAFE;
}
.BgClassName
{
background-color: #10AAFE;
}
</style>
border-color css
<style>
span { border-color: #10AAFE; }
span { border-color: rgb(16,170,254); }
td.TdClassName
{
border-color: #10AAFE;
}
.TagClassName
{
border-color: #10AAFE;
}
</style>