Shades of Deep Sky Blue #10ADF6
Tints of Deep Sky Blue #10ADF6
RGB
CMYK
RGB Variations
Color information
#10ADF6 (or 0x10ADF6) is known color: Deep Sky Blue. HEX triplet: 10, AD and F6. RGB value is (16,173,246). Sum of RGB (Red+Green+Blue) = 16+173+246=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #10ADF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADF6 is #EF5209. Grayscale: #858585. Windows color (decimal): -15684106 or 16166160. OLE color: 16166160.
HSL color Cylindrical-coordinate representation of color #10ADF6: hue angle of 199.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ADF6 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 173 | 246 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.04 |
| HSL | 199.04º | 0.93% | 0.51% | - |
| HSV(B) | 199.04º | 0.93% | 0.96% | - |
| XYZ | 31.79 | 36.65 | 92.59 | - |
| YUV | 134.38 | 190.99 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 246 | 0.93 | 0.30 | 0 | 0.04 | 199.04 | 0.93 | 0.51 |
| Hex | 10 | AD | F6 | 5D | 1E | 0 | 4 | C7 | 5D | 33 |
| Octal | 20 | 255 | 366 | 135 | 36 | 0 | 4 | 307 | 135 | 63 |
| Binary | 10000 | 10101101 | 11110110 | 1011101 | 11110 | 0 | 100 | 11000111 | 1011101 | 110011 |
Color Harmonies of #10ADF6
Complementary color
Monochromatic Colors of #10ADF6
Black with #10ADF6
Text Example
Text Example
White with #10ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADF6; }
p { color: rgb(16,173,246); }
H1.HeaderClassName
{
color: #10ADF6;
}
.AnyTagClassName
{
color: #10ADF6;
}
</style>
background-color css
<style>
a { background-color: #10ADF6; }
a { background-color: rgb(16,173,246); }
div.DivClassName
{
background-color: #10ADF6;
}
.BgClassName
{
background-color: #10ADF6;
}
</style>
border-color css
<style>
span { border-color: #10ADF6; }
span { border-color: rgb(16,173,246); }
td.TdClassName
{
border-color: #10ADF6;
}
.TagClassName
{
border-color: #10ADF6;
}
</style>