Shades of Deep Sky Blue #1BC6EC
Tints of Deep Sky Blue #1BC6EC
RGB
CMYK
RGB Variations
Color information
#1BC6EC (or 0x1BC6EC) is known color: Deep Sky Blue. HEX triplet: 1B, C6 and EC. RGB value is (27,198,236). Sum of RGB (Red+Green+Blue) = 27+198+236=461 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.86% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #1BC6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC6EC is #E43913. Grayscale: #969696. Windows color (decimal): -14956820 or 15517211. OLE color: 15517211.
HSL color Cylindrical-coordinate representation of color #1BC6EC: hue angle of 190.91º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BC6EC is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 198 | 236 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.07 |
| HSL | 190.91º | 0.85% | 0.52% | - |
| HSV(B) | 190.91º | 0.89% | 0.93% | - |
| XYZ | 35.79 | 46.68 | 86.48 | - |
| YUV | 151.2 | 175.85 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 236 | 0.89 | 0.16 | 0 | 0.07 | 190.91 | 0.85 | 0.52 |
| Hex | 1B | C6 | EC | 59 | 10 | 0 | 7 | BF | 55 | 34 |
| Octal | 33 | 306 | 354 | 131 | 20 | 0 | 7 | 277 | 125 | 64 |
| Binary | 11011 | 11000110 | 11101100 | 1011001 | 10000 | 0 | 111 | 10111111 | 1010101 | 110100 |
Color Harmonies of #1BC6EC
Complementary color
Monochromatic Colors of #1BC6EC
Black with #1BC6EC
Text Example
Text Example
White with #1BC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC6EC; }
p { color: rgb(27,198,236); }
H1.HeaderClassName
{
color: #1BC6EC;
}
.AnyTagClassName
{
color: #1BC6EC;
}
</style>
background-color css
<style>
a { background-color: #1BC6EC; }
a { background-color: rgb(27,198,236); }
div.DivClassName
{
background-color: #1BC6EC;
}
.BgClassName
{
background-color: #1BC6EC;
}
</style>
border-color css
<style>
span { border-color: #1BC6EC; }
span { border-color: rgb(27,198,236); }
td.TdClassName
{
border-color: #1BC6EC;
}
.TagClassName
{
border-color: #1BC6EC;
}
</style>