Shades of Deep Sky Blue #10AFFC
Tints of Deep Sky Blue #10AFFC
RGB
CMYK
RGB Variations
Color information
#10AFFC (or 0x10AFFC) is known color: Deep Sky Blue. HEX triplet: 10, AF and FC. RGB value is (16,175,252). Sum of RGB (Red+Green+Blue) = 16+175+252=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #10AFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFFC is #EF5003. Grayscale: #878787. Windows color (decimal): -15683588 or 16559888. OLE color: 16559888.
HSL color Cylindrical-coordinate representation of color #10AFFC: hue angle of 199.58º 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 #10AFFC is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 175 | 252 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.01 |
| HSL | 199.58º | 0.98% | 0.53% | - |
| HSV(B) | 199.58º | 0.94% | 0.99% | - |
| XYZ | 33.11 | 37.8 | 97.65 | - |
| YUV | 136.24 | 193.32 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 252 | 0.94 | 0.31 | 0 | 0.01 | 199.58 | 0.98 | 0.53 |
| Hex | 10 | AF | FC | 5E | 1F | 0 | 1 | C8 | 62 | 35 |
| Octal | 20 | 257 | 374 | 136 | 37 | 0 | 1 | 310 | 142 | 65 |
| Binary | 10000 | 10101111 | 11111100 | 1011110 | 11111 | 0 | 1 | 11001000 | 1100010 | 110101 |
Color Harmonies of #10AFFC
Complementary color
Monochromatic Colors of #10AFFC
Black with #10AFFC
Text Example
Text Example
White with #10AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFFC; }
p { color: rgb(16,175,252); }
H1.HeaderClassName
{
color: #10AFFC;
}
.AnyTagClassName
{
color: #10AFFC;
}
</style>
background-color css
<style>
a { background-color: #10AFFC; }
a { background-color: rgb(16,175,252); }
div.DivClassName
{
background-color: #10AFFC;
}
.BgClassName
{
background-color: #10AFFC;
}
</style>
border-color css
<style>
span { border-color: #10AFFC; }
span { border-color: rgb(16,175,252); }
td.TdClassName
{
border-color: #10AFFC;
}
.TagClassName
{
border-color: #10AFFC;
}
</style>