Shades of Deep Sky Blue #11D7FF
Tints of Deep Sky Blue #11D7FF
RGB
CMYK
RGB Variations
Color information
#11D7FF (or 0x11D7FF) is known color: Deep Sky Blue. HEX triplet: 11, D7 and FF. RGB value is (17,215,255). Sum of RGB (Red+Green+Blue) = 17+215+255=487 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.49% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #11D7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D7FF is #EE2800. Grayscale: #A0A0A0. Windows color (decimal): -15607809 or 16766737. OLE color: 16766737.
HSL color Cylindrical-coordinate representation of color #11D7FF: hue angle of 190.08º 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 #11D7FF is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 215 | 255 | - |
| CMYK | 0.93 | 0.16 | 0 | 0 |
| HSL | 190.08º | 1% | 0.53% | - |
| HSV(B) | 190.08º | 0.93% | 1% | - |
| XYZ | 42.58 | 55.94 | 103.16 | - |
| YUV | 160.36 | 181.4 | 25.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 215 | 255 | 0.93 | 0.16 | 0 | 0 | 190.08 | 1 | 0.53 |
| Hex | 11 | D7 | FF | 5D | 10 | 0 | 0 | BE | 64 | 35 |
| Octal | 21 | 327 | 377 | 135 | 20 | 0 | 0 | 276 | 144 | 65 |
| Binary | 10001 | 11010111 | 11111111 | 1011101 | 10000 | 0 | 0 | 10111110 | 1100100 | 110101 |
Color Harmonies of #11D7FF
Complementary color
Monochromatic Colors of #11D7FF
Black with #11D7FF
Text Example
Text Example
White with #11D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D7FF; }
p { color: rgb(17,215,255); }
H1.HeaderClassName
{
color: #11D7FF;
}
.AnyTagClassName
{
color: #11D7FF;
}
</style>
background-color css
<style>
a { background-color: #11D7FF; }
a { background-color: rgb(17,215,255); }
div.DivClassName
{
background-color: #11D7FF;
}
.BgClassName
{
background-color: #11D7FF;
}
</style>
border-color css
<style>
span { border-color: #11D7FF; }
span { border-color: rgb(17,215,255); }
td.TdClassName
{
border-color: #11D7FF;
}
.TagClassName
{
border-color: #11D7FF;
}
</style>