Shades of Deep Sky Blue #10ADFF
Tints of Deep Sky Blue #10ADFF
RGB
CMYK
RGB Variations
Color information
#10ADFF (or 0x10ADFF) is known color: Deep Sky Blue. HEX triplet: 10, AD and FF. RGB value is (16,173,255). Sum of RGB (Red+Green+Blue) = 16+173+255=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #10ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADFF is #EF5200. Grayscale: #868686. Windows color (decimal): -15684097 or 16755984. OLE color: 16755984.
HSL color Cylindrical-coordinate representation of color #10ADFF: hue angle of 200.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ADFF is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 173 | 255 | - |
| CMYK | 0.94 | 0.32 | 0 | 0 |
| HSL | 200.59º | 1% | 0.53% | - |
| HSV(B) | 200.59º | 0.94% | 1% | - |
| XYZ | 33.21 | 37.22 | 100.04 | - |
| YUV | 135.41 | 195.49 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 255 | 0.94 | 0.32 | 0 | 0 | 200.59 | 1 | 0.53 |
| Hex | 10 | AD | FF | 5E | 20 | 0 | 0 | C9 | 64 | 35 |
| Octal | 20 | 255 | 377 | 136 | 40 | 0 | 0 | 311 | 144 | 65 |
| Binary | 10000 | 10101101 | 11111111 | 1011110 | 100000 | 0 | 0 | 11001001 | 1100100 | 110101 |
Color Harmonies of #10ADFF
Complementary color
Monochromatic Colors of #10ADFF
Black with #10ADFF
Text Example
Text Example
White with #10ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADFF; }
p { color: rgb(16,173,255); }
H1.HeaderClassName
{
color: #10ADFF;
}
.AnyTagClassName
{
color: #10ADFF;
}
</style>
background-color css
<style>
a { background-color: #10ADFF; }
a { background-color: rgb(16,173,255); }
div.DivClassName
{
background-color: #10ADFF;
}
.BgClassName
{
background-color: #10ADFF;
}
</style>
border-color css
<style>
span { border-color: #10ADFF; }
span { border-color: rgb(16,173,255); }
td.TdClassName
{
border-color: #10ADFF;
}
.TagClassName
{
border-color: #10ADFF;
}
</style>