Shades of Deep Sky Blue #10AAF3
Tints of Deep Sky Blue #10AAF3
RGB
CMYK
RGB Variations
Color information
#10AAF3 (or 0x10AAF3) is known color: Deep Sky Blue. HEX triplet: 10, AA and F3. RGB value is (16,170,243). Sum of RGB (Red+Green+Blue) = 16+170+243=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #10AAF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAF3 is #EF550C. Grayscale: #838383. Windows color (decimal): -15684877 or 15968784. OLE color: 15968784.
HSL color Cylindrical-coordinate representation of color #10AAF3: hue angle of 199.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AAF3 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 170 | 243 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.05 |
| HSL | 199.3º | 0.9% | 0.51% | - |
| HSV(B) | 199.3º | 0.93% | 0.95% | - |
| XYZ | 30.77 | 35.33 | 89.99 | - |
| YUV | 132.28 | 190.48 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 243 | 0.93 | 0.30 | 0 | 0.05 | 199.3 | 0.9 | 0.51 |
| Hex | 10 | AA | F3 | 5D | 1E | 0 | 5 | C7 | 5A | 33 |
| Octal | 20 | 252 | 363 | 135 | 36 | 0 | 5 | 307 | 132 | 63 |
| Binary | 10000 | 10101010 | 11110011 | 1011101 | 11110 | 0 | 101 | 11000111 | 1011010 | 110011 |
Color Harmonies of #10AAF3
Complementary color
Monochromatic Colors of #10AAF3
Black with #10AAF3
Text Example
Text Example
White with #10AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAF3; }
p { color: rgb(16,170,243); }
H1.HeaderClassName
{
color: #10AAF3;
}
.AnyTagClassName
{
color: #10AAF3;
}
</style>
background-color css
<style>
a { background-color: #10AAF3; }
a { background-color: rgb(16,170,243); }
div.DivClassName
{
background-color: #10AAF3;
}
.BgClassName
{
background-color: #10AAF3;
}
</style>
border-color css
<style>
span { border-color: #10AAF3; }
span { border-color: rgb(16,170,243); }
td.TdClassName
{
border-color: #10AAF3;
}
.TagClassName
{
border-color: #10AAF3;
}
</style>