Shades of Deep Sky Blue #11B3EE
Tints of Deep Sky Blue #11B3EE
RGB
CMYK
RGB Variations
Color information
#11B3EE (or 0x11B3EE) is known color: Deep Sky Blue. HEX triplet: 11, B3 and EE. RGB value is (17,179,238). Sum of RGB (Red+Green+Blue) = 17+179+238=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #11B3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B3EE is #EE4C11. Grayscale: #888888. Windows color (decimal): -15617042 or 15643409. OLE color: 15643409.
HSL color Cylindrical-coordinate representation of color #11B3EE: hue angle of 196.02º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B3EE is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 179 | 238 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.07 |
| HSL | 196.02º | 0.87% | 0.5% | - |
| HSV(B) | 196.02º | 0.93% | 0.93% | - |
| XYZ | 31.78 | 38.53 | 86.65 | - |
| YUV | 137.29 | 184.83 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 238 | 0.93 | 0.25 | 0 | 0.07 | 196.02 | 0.87 | 0.5 |
| Hex | 11 | B3 | EE | 5D | 19 | 0 | 7 | C4 | 57 | 32 |
| Octal | 21 | 263 | 356 | 135 | 31 | 0 | 7 | 304 | 127 | 62 |
| Binary | 10001 | 10110011 | 11101110 | 1011101 | 11001 | 0 | 111 | 11000100 | 1010111 | 110010 |
Color Harmonies of #11B3EE
Complementary color
Monochromatic Colors of #11B3EE
Black with #11B3EE
Text Example
Text Example
White with #11B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B3EE; }
p { color: rgb(17,179,238); }
H1.HeaderClassName
{
color: #11B3EE;
}
.AnyTagClassName
{
color: #11B3EE;
}
</style>
background-color css
<style>
a { background-color: #11B3EE; }
a { background-color: rgb(17,179,238); }
div.DivClassName
{
background-color: #11B3EE;
}
.BgClassName
{
background-color: #11B3EE;
}
</style>
border-color css
<style>
span { border-color: #11B3EE; }
span { border-color: rgb(17,179,238); }
td.TdClassName
{
border-color: #11B3EE;
}
.TagClassName
{
border-color: #11B3EE;
}
</style>