Shades of Deep Sky Blue #10A9E6
Tints of Deep Sky Blue #10A9E6
RGB
CMYK
RGB Variations
Color information
#10A9E6 (or 0x10A9E6) is known color: Deep Sky Blue. HEX triplet: 10, A9 and E6. RGB value is (16,169,230). Sum of RGB (Red+Green+Blue) = 16+169+230=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #10A9E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A9E6 is #EF5619. Grayscale: #818181. Windows color (decimal): -15685146 or 15116560. OLE color: 15116560.
HSL color Cylindrical-coordinate representation of color #10A9E6: hue angle of 197.1º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A9E6 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 169 | 230 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.10 |
| HSL | 197.1º | 0.87% | 0.48% | - |
| HSV(B) | 197.1º | 0.93% | 0.9% | - |
| XYZ | 28.68 | 34.2 | 79.95 | - |
| YUV | 130.21 | 184.31 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 230 | 0.93 | 0.27 | 0 | 0.10 | 197.1 | 0.87 | 0.48 |
| Hex | 10 | A9 | E6 | 5D | 1B | 0 | A | C5 | 57 | 30 |
| Octal | 20 | 251 | 346 | 135 | 33 | 0 | 12 | 305 | 127 | 60 |
| Binary | 10000 | 10101001 | 11100110 | 1011101 | 11011 | 0 | 1010 | 11000101 | 1010111 | 110000 |
Color Harmonies of #10A9E6
Complementary color
Monochromatic Colors of #10A9E6
Black with #10A9E6
Text Example
Text Example
White with #10A9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A9E6; }
p { color: rgb(16,169,230); }
H1.HeaderClassName
{
color: #10A9E6;
}
.AnyTagClassName
{
color: #10A9E6;
}
</style>
background-color css
<style>
a { background-color: #10A9E6; }
a { background-color: rgb(16,169,230); }
div.DivClassName
{
background-color: #10A9E6;
}
.BgClassName
{
background-color: #10A9E6;
}
</style>
border-color css
<style>
span { border-color: #10A9E6; }
span { border-color: rgb(16,169,230); }
td.TdClassName
{
border-color: #10A9E6;
}
.TagClassName
{
border-color: #10A9E6;
}
</style>