Shades of Summer Sky #1EBEDB
Tints of Summer Sky #1EBEDB
RGB
CMYK
RGB Variations
Color information
#1EBEDB (or 0x1EBEDB) is known color: Summer Sky. HEX triplet: 1E, BE and DB. RGB value is (30,190,219). Sum of RGB (Red+Green+Blue) = 30+190+219=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBEDB is #E14124. Grayscale: #919191. Windows color (decimal): -14762277 or 14401054. OLE color: 14401054.
HSL color Cylindrical-coordinate representation of color #1EBEDB: hue angle of 189.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBEDB is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 190 | 219 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.14 |
| HSL | 189.21º | 0.76% | 0.49% | - |
| HSV(B) | 189.21º | 0.86% | 0.86% | - |
| XYZ | 31.74 | 42.22 | 73.49 | - |
| YUV | 145.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 219 | 0.86 | 0.13 | 0 | 0.14 | 189.21 | 0.76 | 0.49 |
| Hex | 1E | BE | DB | 56 | D | 0 | E | BD | 4C | 31 |
| Octal | 36 | 276 | 333 | 126 | 15 | 0 | 16 | 275 | 114 | 61 |
| Binary | 11110 | 10111110 | 11011011 | 1010110 | 1101 | 0 | 1110 | 10111101 | 1001100 | 110001 |
Color Harmonies of #1EBEDB
Complementary color
Monochromatic Colors of #1EBEDB
Black with #1EBEDB
Text Example
Text Example
White with #1EBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBEDB; }
p { color: rgb(30,190,219); }
H1.HeaderClassName
{
color: #1EBEDB;
}
.AnyTagClassName
{
color: #1EBEDB;
}
</style>
background-color css
<style>
a { background-color: #1EBEDB; }
a { background-color: rgb(30,190,219); }
div.DivClassName
{
background-color: #1EBEDB;
}
.BgClassName
{
background-color: #1EBEDB;
}
</style>
border-color css
<style>
span { border-color: #1EBEDB; }
span { border-color: rgb(30,190,219); }
td.TdClassName
{
border-color: #1EBEDB;
}
.TagClassName
{
border-color: #1EBEDB;
}
</style>