Shades of Deep Sky Blue #11B7EA
Tints of Deep Sky Blue #11B7EA
RGB
CMYK
RGB Variations
Color information
#11B7EA (or 0x11B7EA) is known color: Deep Sky Blue. HEX triplet: 11, B7 and EA. RGB value is (17,183,234). Sum of RGB (Red+Green+Blue) = 17+183+234=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #11B7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B7EA is #EE4815. Grayscale: #8A8A8A. Windows color (decimal): -15616022 or 15382289. OLE color: 15382289.
HSL color Cylindrical-coordinate representation of color #11B7EA: hue angle of 194.1º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B7EA is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 183 | 234 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.08 |
| HSL | 194.1º | 0.86% | 0.49% | - |
| HSV(B) | 194.1º | 0.93% | 0.92% | - |
| XYZ | 32.02 | 39.93 | 83.86 | - |
| YUV | 139.18 | 181.5 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 234 | 0.93 | 0.22 | 0 | 0.08 | 194.1 | 0.86 | 0.49 |
| Hex | 11 | B7 | EA | 5D | 16 | 0 | 8 | C2 | 56 | 31 |
| Octal | 21 | 267 | 352 | 135 | 26 | 0 | 10 | 302 | 126 | 61 |
| Binary | 10001 | 10110111 | 11101010 | 1011101 | 10110 | 0 | 1000 | 11000010 | 1010110 | 110001 |
Color Harmonies of #11B7EA
Complementary color
Monochromatic Colors of #11B7EA
Black with #11B7EA
Text Example
Text Example
White with #11B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B7EA; }
p { color: rgb(17,183,234); }
H1.HeaderClassName
{
color: #11B7EA;
}
.AnyTagClassName
{
color: #11B7EA;
}
</style>
background-color css
<style>
a { background-color: #11B7EA; }
a { background-color: rgb(17,183,234); }
div.DivClassName
{
background-color: #11B7EA;
}
.BgClassName
{
background-color: #11B7EA;
}
</style>
border-color css
<style>
span { border-color: #11B7EA; }
span { border-color: rgb(17,183,234); }
td.TdClassName
{
border-color: #11B7EA;
}
.TagClassName
{
border-color: #11B7EA;
}
</style>