Shades of Deep Sky Blue #10AAFC
Tints of Deep Sky Blue #10AAFC
RGB
CMYK
RGB Variations
Color information
#10AAFC (or 0x10AAFC) is known color: Deep Sky Blue. HEX triplet: 10, AA and FC. RGB value is (16,170,252). Sum of RGB (Red+Green+Blue) = 16+170+252=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #10AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAFC is #EF5503. Grayscale: #848484. Windows color (decimal): -15684868 or 16558608. OLE color: 16558608.
HSL color Cylindrical-coordinate representation of color #10AAFC: hue angle of 200.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10AAFC is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 170 | 252 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.01 |
| HSL | 200.85º | 0.98% | 0.53% | - |
| HSV(B) | 200.85º | 0.94% | 0.99% | - |
| XYZ | 32.16 | 35.89 | 97.33 | - |
| YUV | 133.3 | 194.98 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 252 | 0.94 | 0.33 | 0 | 0.01 | 200.85 | 0.98 | 0.53 |
| Hex | 10 | AA | FC | 5E | 21 | 0 | 1 | C9 | 62 | 35 |
| Octal | 20 | 252 | 374 | 136 | 41 | 0 | 1 | 311 | 142 | 65 |
| Binary | 10000 | 10101010 | 11111100 | 1011110 | 100001 | 0 | 1 | 11001001 | 1100010 | 110101 |
Color Harmonies of #10AAFC
Complementary color
Monochromatic Colors of #10AAFC
Black with #10AAFC
Text Example
Text Example
White with #10AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAFC; }
p { color: rgb(16,170,252); }
H1.HeaderClassName
{
color: #10AAFC;
}
.AnyTagClassName
{
color: #10AAFC;
}
</style>
background-color css
<style>
a { background-color: #10AAFC; }
a { background-color: rgb(16,170,252); }
div.DivClassName
{
background-color: #10AAFC;
}
.BgClassName
{
background-color: #10AAFC;
}
</style>
border-color css
<style>
span { border-color: #10AAFC; }
span { border-color: rgb(16,170,252); }
td.TdClassName
{
border-color: #10AAFC;
}
.TagClassName
{
border-color: #10AAFC;
}
</style>