Shades of Deep Sky Blue #10ADFE
Tints of Deep Sky Blue #10ADFE
RGB
CMYK
RGB Variations
Color information
#10ADFE (or 0x10ADFE) is known color: Deep Sky Blue. HEX triplet: 10, AD and FE. RGB value is (16,173,254). Sum of RGB (Red+Green+Blue) = 16+173+254=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #10ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADFE is #EF5201. Grayscale: #868686. Windows color (decimal): -15684098 or 16690448. OLE color: 16690448.
HSL color Cylindrical-coordinate representation of color #10ADFE: hue angle of 200.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ADFE is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 173 | 254 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.00 |
| HSL | 200.42º | 0.99% | 0.53% | - |
| HSV(B) | 200.42º | 0.94% | 1% | - |
| XYZ | 33.05 | 37.15 | 99.2 | - |
| YUV | 135.29 | 194.99 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 254 | 0.94 | 0.32 | 0 | 0.00 | 200.42 | 0.99 | 0.53 |
| Hex | 10 | AD | FE | 5E | 20 | 0 | 0 | C8 | 63 | 35 |
| Octal | 20 | 255 | 376 | 136 | 40 | 0 | 0 | 310 | 143 | 65 |
| Binary | 10000 | 10101101 | 11111110 | 1011110 | 100000 | 0 | 0 | 11001000 | 1100011 | 110101 |
Color Harmonies of #10ADFE
Complementary color
Monochromatic Colors of #10ADFE
Black with #10ADFE
Text Example
Text Example
White with #10ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADFE; }
p { color: rgb(16,173,254); }
H1.HeaderClassName
{
color: #10ADFE;
}
.AnyTagClassName
{
color: #10ADFE;
}
</style>
background-color css
<style>
a { background-color: #10ADFE; }
a { background-color: rgb(16,173,254); }
div.DivClassName
{
background-color: #10ADFE;
}
.BgClassName
{
background-color: #10ADFE;
}
</style>
border-color css
<style>
span { border-color: #10ADFE; }
span { border-color: rgb(16,173,254); }
td.TdClassName
{
border-color: #10ADFE;
}
.TagClassName
{
border-color: #10ADFE;
}
</style>