Shades of Deep Sky Blue #10A9FA
Tints of Deep Sky Blue #10A9FA
RGB
CMYK
RGB Variations
Color information
#10A9FA (or 0x10A9FA) is known color: Deep Sky Blue. HEX triplet: 10, A9 and FA. RGB value is (16,169,250). Sum of RGB (Red+Green+Blue) = 16+169+250=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #10A9FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A9FA is #EF5605. Grayscale: #848484. Windows color (decimal): -15685126 or 16427280. OLE color: 16427280.
HSL color Cylindrical-coordinate representation of color #10A9FA: hue angle of 200.77º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A9FA is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 169 | 250 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.02 |
| HSL | 200.77º | 0.96% | 0.52% | - |
| HSV(B) | 200.77º | 0.94% | 0.98% | - |
| XYZ | 31.66 | 35.39 | 95.6 | - |
| YUV | 132.49 | 194.31 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 250 | 0.94 | 0.32 | 0 | 0.02 | 200.77 | 0.96 | 0.52 |
| Hex | 10 | A9 | FA | 5E | 20 | 0 | 2 | C9 | 60 | 34 |
| Octal | 20 | 251 | 372 | 136 | 40 | 0 | 2 | 311 | 140 | 64 |
| Binary | 10000 | 10101001 | 11111010 | 1011110 | 100000 | 0 | 10 | 11001001 | 1100000 | 110100 |
Color Harmonies of #10A9FA
Complementary color
Monochromatic Colors of #10A9FA
Black with #10A9FA
Text Example
Text Example
White with #10A9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A9FA; }
p { color: rgb(16,169,250); }
H1.HeaderClassName
{
color: #10A9FA;
}
.AnyTagClassName
{
color: #10A9FA;
}
</style>
background-color css
<style>
a { background-color: #10A9FA; }
a { background-color: rgb(16,169,250); }
div.DivClassName
{
background-color: #10A9FA;
}
.BgClassName
{
background-color: #10A9FA;
}
</style>
border-color css
<style>
span { border-color: #10A9FA; }
span { border-color: rgb(16,169,250); }
td.TdClassName
{
border-color: #10A9FA;
}
.TagClassName
{
border-color: #10A9FA;
}
</style>