Shades of Deep Sky Blue #11ADFF
Tints of Deep Sky Blue #11ADFF
RGB
CMYK
RGB Variations
Color information
#11ADFF (or 0x11ADFF) is known color: Deep Sky Blue. HEX triplet: 11, AD and FF. RGB value is (17,173,255). Sum of RGB (Red+Green+Blue) = 17+173+255=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #11ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ADFF is #EE5200. Grayscale: #878787. Windows color (decimal): -15618561 or 16755985. OLE color: 16755985.
HSL color Cylindrical-coordinate representation of color #11ADFF: hue angle of 200.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ADFF is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 173 | 255 | - |
| CMYK | 0.93 | 0.32 | 0 | 0 |
| HSL | 200.67º | 1% | 0.53% | - |
| HSV(B) | 200.67º | 0.93% | 1% | - |
| XYZ | 33.22 | 37.23 | 100.04 | - |
| YUV | 135.7 | 195.32 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 255 | 0.93 | 0.32 | 0 | 0 | 200.67 | 1 | 0.53 |
| Hex | 11 | AD | FF | 5D | 20 | 0 | 0 | C9 | 64 | 35 |
| Octal | 21 | 255 | 377 | 135 | 40 | 0 | 0 | 311 | 144 | 65 |
| Binary | 10001 | 10101101 | 11111111 | 1011101 | 100000 | 0 | 0 | 11001001 | 1100100 | 110101 |
Color Harmonies of #11ADFF
Complementary color
Monochromatic Colors of #11ADFF
Black with #11ADFF
Text Example
Text Example
White with #11ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADFF; }
p { color: rgb(17,173,255); }
H1.HeaderClassName
{
color: #11ADFF;
}
.AnyTagClassName
{
color: #11ADFF;
}
</style>
background-color css
<style>
a { background-color: #11ADFF; }
a { background-color: rgb(17,173,255); }
div.DivClassName
{
background-color: #11ADFF;
}
.BgClassName
{
background-color: #11ADFF;
}
</style>
border-color css
<style>
span { border-color: #11ADFF; }
span { border-color: rgb(17,173,255); }
td.TdClassName
{
border-color: #11ADFF;
}
.TagClassName
{
border-color: #11ADFF;
}
</style>