Shades of Deep Sky Blue #11B3E5
Tints of Deep Sky Blue #11B3E5
RGB
CMYK
RGB Variations
Color information
#11B3E5 (or 0x11B3E5) is known color: Deep Sky Blue. HEX triplet: 11, B3 and E5. RGB value is (17,179,229). Sum of RGB (Red+Green+Blue) = 17+179+229=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #11B3E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B3E5 is #EE4C1A. Grayscale: #878787. Windows color (decimal): -15617051 or 15053585. OLE color: 15053585.
HSL color Cylindrical-coordinate representation of color #11B3E5: hue angle of 194.15º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B3E5 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 179 | 229 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.10 |
| HSL | 194.15º | 0.86% | 0.48% | - |
| HSV(B) | 194.15º | 0.93% | 0.9% | - |
| XYZ | 30.49 | 38.02 | 79.86 | - |
| YUV | 136.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 229 | 0.93 | 0.22 | 0 | 0.10 | 194.15 | 0.86 | 0.48 |
| Hex | 11 | B3 | E5 | 5D | 16 | 0 | A | C2 | 56 | 30 |
| Octal | 21 | 263 | 345 | 135 | 26 | 0 | 12 | 302 | 126 | 60 |
| Binary | 10001 | 10110011 | 11100101 | 1011101 | 10110 | 0 | 1010 | 11000010 | 1010110 | 110000 |
Color Harmonies of #11B3E5
Complementary color
Monochromatic Colors of #11B3E5
Black with #11B3E5
Text Example
Text Example
White with #11B3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B3E5; }
p { color: rgb(17,179,229); }
H1.HeaderClassName
{
color: #11B3E5;
}
.AnyTagClassName
{
color: #11B3E5;
}
</style>
background-color css
<style>
a { background-color: #11B3E5; }
a { background-color: rgb(17,179,229); }
div.DivClassName
{
background-color: #11B3E5;
}
.BgClassName
{
background-color: #11B3E5;
}
</style>
border-color css
<style>
span { border-color: #11B3E5; }
span { border-color: rgb(17,179,229); }
td.TdClassName
{
border-color: #11B3E5;
}
.TagClassName
{
border-color: #11B3E5;
}
</style>