Shades of Deep Sky Blue #10ADFC
Tints of Deep Sky Blue #10ADFC
RGB
CMYK
RGB Variations
Color information
#10ADFC (or 0x10ADFC) is known color: Deep Sky Blue. HEX triplet: 10, AD and FC. RGB value is (16,173,252). Sum of RGB (Red+Green+Blue) = 16+173+252=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #10ADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADFC is #EF5203. Grayscale: #868686. Windows color (decimal): -15684100 or 16559376. OLE color: 16559376.
HSL color Cylindrical-coordinate representation of color #10ADFC: hue angle of 200.08º 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 #10ADFC is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 173 | 252 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.01 |
| HSL | 200.08º | 0.98% | 0.53% | - |
| HSV(B) | 200.08º | 0.94% | 0.99% | - |
| XYZ | 32.73 | 37.03 | 97.52 | - |
| YUV | 135.06 | 193.99 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 252 | 0.94 | 0.31 | 0 | 0.01 | 200.08 | 0.98 | 0.53 |
| Hex | 10 | AD | FC | 5E | 1F | 0 | 1 | C8 | 62 | 35 |
| Octal | 20 | 255 | 374 | 136 | 37 | 0 | 1 | 310 | 142 | 65 |
| Binary | 10000 | 10101101 | 11111100 | 1011110 | 11111 | 0 | 1 | 11001000 | 1100010 | 110101 |
Color Harmonies of #10ADFC
Complementary color
Monochromatic Colors of #10ADFC
Black with #10ADFC
Text Example
Text Example
White with #10ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADFC; }
p { color: rgb(16,173,252); }
H1.HeaderClassName
{
color: #10ADFC;
}
.AnyTagClassName
{
color: #10ADFC;
}
</style>
background-color css
<style>
a { background-color: #10ADFC; }
a { background-color: rgb(16,173,252); }
div.DivClassName
{
background-color: #10ADFC;
}
.BgClassName
{
background-color: #10ADFC;
}
</style>
border-color css
<style>
span { border-color: #10ADFC; }
span { border-color: rgb(16,173,252); }
td.TdClassName
{
border-color: #10ADFC;
}
.TagClassName
{
border-color: #10ADFC;
}
</style>