Shades of Summer Sky #1EBBEB
Tints of Summer Sky #1EBBEB
RGB
CMYK
RGB Variations
Color information
#1EBBEB (or 0x1EBBEB) is known color: Summer Sky. HEX triplet: 1E, BB and EB. RGB value is (30,187,235). Sum of RGB (Red+Green+Blue) = 30+187+235=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #1EBBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBBEB is #E14414. Grayscale: #919191. Windows color (decimal): -14763029 or 15448862. OLE color: 15448862.
HSL color Cylindrical-coordinate representation of color #1EBBEB: hue angle of 194.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBBEB is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 187 | 235 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.08 |
| HSL | 194.05º | 0.84% | 0.52% | - |
| HSV(B) | 194.05º | 0.87% | 0.92% | - |
| XYZ | 33.3 | 41.81 | 84.91 | - |
| YUV | 145.53 | 178.49 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 187 | 235 | 0.87 | 0.20 | 0 | 0.08 | 194.05 | 0.84 | 0.52 |
| Hex | 1E | BB | EB | 57 | 14 | 0 | 8 | C2 | 54 | 34 |
| Octal | 36 | 273 | 353 | 127 | 24 | 0 | 10 | 302 | 124 | 64 |
| Binary | 11110 | 10111011 | 11101011 | 1010111 | 10100 | 0 | 1000 | 11000010 | 1010100 | 110100 |
Color Harmonies of #1EBBEB
Complementary color
Monochromatic Colors of #1EBBEB
Black with #1EBBEB
Text Example
Text Example
White with #1EBBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBBEB; }
p { color: rgb(30,187,235); }
H1.HeaderClassName
{
color: #1EBBEB;
}
.AnyTagClassName
{
color: #1EBBEB;
}
</style>
background-color css
<style>
a { background-color: #1EBBEB; }
a { background-color: rgb(30,187,235); }
div.DivClassName
{
background-color: #1EBBEB;
}
.BgClassName
{
background-color: #1EBBEB;
}
</style>
border-color css
<style>
span { border-color: #1EBBEB; }
span { border-color: rgb(30,187,235); }
td.TdClassName
{
border-color: #1EBBEB;
}
.TagClassName
{
border-color: #1EBBEB;
}
</style>