Shades of Summer Sky #1EBADB
Tints of Summer Sky #1EBADB
RGB
CMYK
RGB Variations
Color information
#1EBADB (or 0x1EBADB) is known color: Summer Sky. HEX triplet: 1E, BA and DB. RGB value is (30,186,219). Sum of RGB (Red+Green+Blue) = 30+186+219=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBADB is #E14524. Grayscale: #8E8E8E. Windows color (decimal): -14763301 or 14400030. OLE color: 14400030.
HSL color Cylindrical-coordinate representation of color #1EBADB: hue angle of 190.48º 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 #1EBADB is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 186 | 219 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.14 |
| HSL | 190.48º | 0.76% | 0.49% | - |
| HSV(B) | 190.48º | 0.86% | 0.86% | - |
| XYZ | 30.88 | 40.51 | 73.21 | - |
| YUV | 143.12 | 170.82 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 219 | 0.86 | 0.15 | 0 | 0.14 | 190.48 | 0.76 | 0.49 |
| Hex | 1E | BA | DB | 56 | F | 0 | E | BE | 4C | 31 |
| Octal | 36 | 272 | 333 | 126 | 17 | 0 | 16 | 276 | 114 | 61 |
| Binary | 11110 | 10111010 | 11011011 | 1010110 | 1111 | 0 | 1110 | 10111110 | 1001100 | 110001 |
Color Harmonies of #1EBADB
Complementary color
Monochromatic Colors of #1EBADB
Black with #1EBADB
Text Example
Text Example
White with #1EBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBADB; }
p { color: rgb(30,186,219); }
H1.HeaderClassName
{
color: #1EBADB;
}
.AnyTagClassName
{
color: #1EBADB;
}
</style>
background-color css
<style>
a { background-color: #1EBADB; }
a { background-color: rgb(30,186,219); }
div.DivClassName
{
background-color: #1EBADB;
}
.BgClassName
{
background-color: #1EBADB;
}
</style>
border-color css
<style>
span { border-color: #1EBADB; }
span { border-color: rgb(30,186,219); }
td.TdClassName
{
border-color: #1EBADB;
}
.TagClassName
{
border-color: #1EBADB;
}
</style>