Shades of Summer Sky #1EBBED
Tints of Summer Sky #1EBBED
RGB
CMYK
RGB Variations
Color information
#1EBBED (or 0x1EBBED) is known color: Summer Sky. HEX triplet: 1E, BB and ED. RGB value is (30,187,237). Sum of RGB (Red+Green+Blue) = 30+187+237=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #1EBBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBBED is #E14412. Grayscale: #919191. Windows color (decimal): -14763027 or 15579934. OLE color: 15579934.
HSL color Cylindrical-coordinate representation of color #1EBBED: hue angle of 194.49º degrees, saturation: 0.85, 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 #1EBBED is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 187 | 237 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.07 |
| HSL | 194.49º | 0.85% | 0.52% | - |
| HSV(B) | 194.49º | 0.87% | 0.93% | - |
| XYZ | 33.59 | 41.93 | 86.44 | - |
| YUV | 145.76 | 179.49 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 187 | 237 | 0.87 | 0.21 | 0 | 0.07 | 194.49 | 0.85 | 0.52 |
| Hex | 1E | BB | ED | 57 | 15 | 0 | 7 | C2 | 55 | 34 |
| Octal | 36 | 273 | 355 | 127 | 25 | 0 | 7 | 302 | 125 | 64 |
| Binary | 11110 | 10111011 | 11101101 | 1010111 | 10101 | 0 | 111 | 11000010 | 1010101 | 110100 |
Color Harmonies of #1EBBED
Complementary color
Monochromatic Colors of #1EBBED
Black with #1EBBED
Text Example
Text Example
White with #1EBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBBED; }
p { color: rgb(30,187,237); }
H1.HeaderClassName
{
color: #1EBBED;
}
.AnyTagClassName
{
color: #1EBBED;
}
</style>
background-color css
<style>
a { background-color: #1EBBED; }
a { background-color: rgb(30,187,237); }
div.DivClassName
{
background-color: #1EBBED;
}
.BgClassName
{
background-color: #1EBBED;
}
</style>
border-color css
<style>
span { border-color: #1EBBED; }
span { border-color: rgb(30,187,237); }
td.TdClassName
{
border-color: #1EBBED;
}
.TagClassName
{
border-color: #1EBBED;
}
</style>