Shades of Deep Sky Blue #11BCEA
Tints of Deep Sky Blue #11BCEA
RGB
CMYK
RGB Variations
Color information
#11BCEA (or 0x11BCEA) is known color: Deep Sky Blue. HEX triplet: 11, BC and EA. RGB value is (17,188,234). Sum of RGB (Red+Green+Blue) = 17+188+234=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #11BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCEA is #EE4315. Grayscale: #8D8D8D. Windows color (decimal): -15614742 or 15383569. OLE color: 15383569.
HSL color Cylindrical-coordinate representation of color #11BCEA: hue angle of 192.72º 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 #11BCEA is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 188 | 234 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.08 |
| HSL | 192.72º | 0.86% | 0.49% | - |
| HSV(B) | 192.72º | 0.93% | 0.92% | - |
| XYZ | 33.07 | 42.03 | 84.21 | - |
| YUV | 142.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 234 | 0.93 | 0.20 | 0 | 0.08 | 192.72 | 0.86 | 0.49 |
| Hex | 11 | BC | EA | 5D | 14 | 0 | 8 | C1 | 56 | 31 |
| Octal | 21 | 274 | 352 | 135 | 24 | 0 | 10 | 301 | 126 | 61 |
| Binary | 10001 | 10111100 | 11101010 | 1011101 | 10100 | 0 | 1000 | 11000001 | 1010110 | 110001 |
Color Harmonies of #11BCEA
Complementary color
Monochromatic Colors of #11BCEA
Black with #11BCEA
Text Example
Text Example
White with #11BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCEA; }
p { color: rgb(17,188,234); }
H1.HeaderClassName
{
color: #11BCEA;
}
.AnyTagClassName
{
color: #11BCEA;
}
</style>
background-color css
<style>
a { background-color: #11BCEA; }
a { background-color: rgb(17,188,234); }
div.DivClassName
{
background-color: #11BCEA;
}
.BgClassName
{
background-color: #11BCEA;
}
</style>
border-color css
<style>
span { border-color: #11BCEA; }
span { border-color: rgb(17,188,234); }
td.TdClassName
{
border-color: #11BCEA;
}
.TagClassName
{
border-color: #11BCEA;
}
</style>