Shades of Deep Sky Blue #11B8E5
Tints of Deep Sky Blue #11B8E5
RGB
CMYK
RGB Variations
Color information
#11B8E5 (or 0x11B8E5) is known color: Deep Sky Blue. HEX triplet: 11, B8 and E5. RGB value is (17,184,229). Sum of RGB (Red+Green+Blue) = 17+184+229=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #11B8E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B8E5 is #EE471A. Grayscale: #8A8A8A. Windows color (decimal): -15615771 or 15054865. OLE color: 15054865.
HSL color Cylindrical-coordinate representation of color #11B8E5: hue angle of 192.74º 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 #11B8E5 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 184 | 229 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.10 |
| HSL | 192.74º | 0.86% | 0.48% | - |
| HSV(B) | 192.74º | 0.93% | 0.9% | - |
| XYZ | 31.51 | 40.06 | 80.2 | - |
| YUV | 139.2 | 178.67 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 229 | 0.93 | 0.20 | 0 | 0.10 | 192.74 | 0.86 | 0.48 |
| Hex | 11 | B8 | E5 | 5D | 14 | 0 | A | C1 | 56 | 30 |
| Octal | 21 | 270 | 345 | 135 | 24 | 0 | 12 | 301 | 126 | 60 |
| Binary | 10001 | 10111000 | 11100101 | 1011101 | 10100 | 0 | 1010 | 11000001 | 1010110 | 110000 |
Color Harmonies of #11B8E5
Complementary color
Monochromatic Colors of #11B8E5
Black with #11B8E5
Text Example
Text Example
White with #11B8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B8E5; }
p { color: rgb(17,184,229); }
H1.HeaderClassName
{
color: #11B8E5;
}
.AnyTagClassName
{
color: #11B8E5;
}
</style>
background-color css
<style>
a { background-color: #11B8E5; }
a { background-color: rgb(17,184,229); }
div.DivClassName
{
background-color: #11B8E5;
}
.BgClassName
{
background-color: #11B8E5;
}
</style>
border-color css
<style>
span { border-color: #11B8E5; }
span { border-color: rgb(17,184,229); }
td.TdClassName
{
border-color: #11B8E5;
}
.TagClassName
{
border-color: #11B8E5;
}
</style>