Shades of Summer Sky #1EBED8
Tints of Summer Sky #1EBED8
RGB
CMYK
RGB Variations
Color information
#1EBED8 (or 0x1EBED8) is known color: Summer Sky. HEX triplet: 1E, BE and D8. RGB value is (30,190,216). Sum of RGB (Red+Green+Blue) = 30+190+216=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #1EBED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBED8 is #E14127. Grayscale: #909090. Windows color (decimal): -14762280 or 14204446. OLE color: 14204446.
HSL color Cylindrical-coordinate representation of color #1EBED8: hue angle of 188.39º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBED8 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 190 | 216 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.15 |
| HSL | 188.39º | 0.76% | 0.48% | - |
| HSV(B) | 188.39º | 0.86% | 0.85% | - |
| XYZ | 31.34 | 42.06 | 71.43 | - |
| YUV | 145.12 | 167.99 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 216 | 0.86 | 0.12 | 0 | 0.15 | 188.39 | 0.76 | 0.48 |
| Hex | 1E | BE | D8 | 56 | C | 0 | F | BC | 4C | 30 |
| Octal | 36 | 276 | 330 | 126 | 14 | 0 | 17 | 274 | 114 | 60 |
| Binary | 11110 | 10111110 | 11011000 | 1010110 | 1100 | 0 | 1111 | 10111100 | 1001100 | 110000 |
Color Harmonies of #1EBED8
Complementary color
Monochromatic Colors of #1EBED8
Black with #1EBED8
Text Example
Text Example
White with #1EBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBED8; }
p { color: rgb(30,190,216); }
H1.HeaderClassName
{
color: #1EBED8;
}
.AnyTagClassName
{
color: #1EBED8;
}
</style>
background-color css
<style>
a { background-color: #1EBED8; }
a { background-color: rgb(30,190,216); }
div.DivClassName
{
background-color: #1EBED8;
}
.BgClassName
{
background-color: #1EBED8;
}
</style>
border-color css
<style>
span { border-color: #1EBED8; }
span { border-color: rgb(30,190,216); }
td.TdClassName
{
border-color: #1EBED8;
}
.TagClassName
{
border-color: #1EBED8;
}
</style>