Shades of Summer Sky #1EBBEC
Tints of Summer Sky #1EBBEC
RGB
CMYK
RGB Variations
Color information
#1EBBEC (or 0x1EBBEC) is known color: Summer Sky. HEX triplet: 1E, BB and EC. RGB value is (30,187,236). Sum of RGB (Red+Green+Blue) = 30+187+236=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EBBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBBEC is #E14413. Grayscale: #919191. Windows color (decimal): -14763028 or 15514398. OLE color: 15514398.
HSL color Cylindrical-coordinate representation of color #1EBBEC: hue angle of 194.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBBEC is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 187 | 236 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.07 |
| HSL | 194.27º | 0.84% | 0.52% | - |
| HSV(B) | 194.27º | 0.87% | 0.93% | - |
| XYZ | 33.45 | 41.87 | 85.68 | - |
| YUV | 145.64 | 178.99 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 187 | 236 | 0.87 | 0.21 | 0 | 0.07 | 194.27 | 0.84 | 0.52 |
| Hex | 1E | BB | EC | 57 | 15 | 0 | 7 | C2 | 54 | 34 |
| Octal | 36 | 273 | 354 | 127 | 25 | 0 | 7 | 302 | 124 | 64 |
| Binary | 11110 | 10111011 | 11101100 | 1010111 | 10101 | 0 | 111 | 11000010 | 1010100 | 110100 |
Color Harmonies of #1EBBEC
Complementary color
Monochromatic Colors of #1EBBEC
Black with #1EBBEC
Text Example
Text Example
White with #1EBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBBEC; }
p { color: rgb(30,187,236); }
H1.HeaderClassName
{
color: #1EBBEC;
}
.AnyTagClassName
{
color: #1EBBEC;
}
</style>
background-color css
<style>
a { background-color: #1EBBEC; }
a { background-color: rgb(30,187,236); }
div.DivClassName
{
background-color: #1EBBEC;
}
.BgClassName
{
background-color: #1EBBEC;
}
</style>
border-color css
<style>
span { border-color: #1EBBEC; }
span { border-color: rgb(30,187,236); }
td.TdClassName
{
border-color: #1EBBEC;
}
.TagClassName
{
border-color: #1EBBEC;
}
</style>