Shades of Summer Sky #1EBADC
Tints of Summer Sky #1EBADC
RGB
CMYK
RGB Variations
Color information
#1EBADC (or 0x1EBADC) is known color: Summer Sky. HEX triplet: 1E, BA and DC. RGB value is (30,186,220). Sum of RGB (Red+Green+Blue) = 30+186+220=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBADC is #E14523. Grayscale: #8E8E8E. Windows color (decimal): -14763300 or 14465566. OLE color: 14465566.
HSL color Cylindrical-coordinate representation of color #1EBADC: hue angle of 190.74º 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 #1EBADC is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 186 | 220 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.14 |
| HSL | 190.74º | 0.76% | 0.49% | - |
| HSV(B) | 190.74º | 0.86% | 0.86% | - |
| XYZ | 31.01 | 40.56 | 73.9 | - |
| YUV | 143.23 | 171.32 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 220 | 0.86 | 0.15 | 0 | 0.14 | 190.74 | 0.76 | 0.49 |
| Hex | 1E | BA | DC | 56 | F | 0 | E | BF | 4C | 31 |
| Octal | 36 | 272 | 334 | 126 | 17 | 0 | 16 | 277 | 114 | 61 |
| Binary | 11110 | 10111010 | 11011100 | 1010110 | 1111 | 0 | 1110 | 10111111 | 1001100 | 110001 |
Color Harmonies of #1EBADC
Complementary color
Monochromatic Colors of #1EBADC
Black with #1EBADC
Text Example
Text Example
White with #1EBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBADC; }
p { color: rgb(30,186,220); }
H1.HeaderClassName
{
color: #1EBADC;
}
.AnyTagClassName
{
color: #1EBADC;
}
</style>
background-color css
<style>
a { background-color: #1EBADC; }
a { background-color: rgb(30,186,220); }
div.DivClassName
{
background-color: #1EBADC;
}
.BgClassName
{
background-color: #1EBADC;
}
</style>
border-color css
<style>
span { border-color: #1EBADC; }
span { border-color: rgb(30,186,220); }
td.TdClassName
{
border-color: #1EBADC;
}
.TagClassName
{
border-color: #1EBADC;
}
</style>