Shades of Deep Sky Blue #11B5E6
Tints of Deep Sky Blue #11B5E6
RGB
CMYK
RGB Variations
Color information
#11B5E6 (or 0x11B5E6) is known color: Deep Sky Blue. HEX triplet: 11, B5 and E6. RGB value is (17,181,230). Sum of RGB (Red+Green+Blue) = 17+181+230=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #11B5E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B5E6 is #EE4A19. Grayscale: #898989. Windows color (decimal): -15616538 or 15119633. OLE color: 15119633.
HSL color Cylindrical-coordinate representation of color #11B5E6: hue angle of 193.8º 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 #11B5E6 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 181 | 230 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.10 |
| HSL | 193.8º | 0.86% | 0.48% | - |
| HSV(B) | 193.8º | 0.93% | 0.9% | - |
| XYZ | 31.04 | 38.88 | 80.73 | - |
| YUV | 137.55 | 180.17 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 230 | 0.93 | 0.21 | 0 | 0.10 | 193.8 | 0.86 | 0.48 |
| Hex | 11 | B5 | E6 | 5D | 15 | 0 | A | C2 | 56 | 30 |
| Octal | 21 | 265 | 346 | 135 | 25 | 0 | 12 | 302 | 126 | 60 |
| Binary | 10001 | 10110101 | 11100110 | 1011101 | 10101 | 0 | 1010 | 11000010 | 1010110 | 110000 |
Color Harmonies of #11B5E6
Complementary color
Monochromatic Colors of #11B5E6
Black with #11B5E6
Text Example
Text Example
White with #11B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5E6; }
p { color: rgb(17,181,230); }
H1.HeaderClassName
{
color: #11B5E6;
}
.AnyTagClassName
{
color: #11B5E6;
}
</style>
background-color css
<style>
a { background-color: #11B5E6; }
a { background-color: rgb(17,181,230); }
div.DivClassName
{
background-color: #11B5E6;
}
.BgClassName
{
background-color: #11B5E6;
}
</style>
border-color css
<style>
span { border-color: #11B5E6; }
span { border-color: rgb(17,181,230); }
td.TdClassName
{
border-color: #11B5E6;
}
.TagClassName
{
border-color: #11B5E6;
}
</style>