Shades of Summer Sky #1EBADA
Tints of Summer Sky #1EBADA
RGB
CMYK
RGB Variations
Color information
#1EBADA (or 0x1EBADA) is known color: Summer Sky. HEX triplet: 1E, BA and DA. RGB value is (30,186,218). Sum of RGB (Red+Green+Blue) = 30+186+218=434 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.91% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EBADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBADA is #E14525. Grayscale: #8E8E8E. Windows color (decimal): -14763302 or 14334494. OLE color: 14334494.
HSL color Cylindrical-coordinate representation of color #1EBADA: hue angle of 190.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBADA is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 186 | 218 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.15 |
| HSL | 190.21º | 0.76% | 0.49% | - |
| HSV(B) | 190.21º | 0.86% | 0.85% | - |
| XYZ | 30.75 | 40.46 | 72.52 | - |
| YUV | 143 | 170.32 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 218 | 0.86 | 0.15 | 0 | 0.15 | 190.21 | 0.76 | 0.49 |
| Hex | 1E | BA | DA | 56 | F | 0 | F | BE | 4C | 31 |
| Octal | 36 | 272 | 332 | 126 | 17 | 0 | 17 | 276 | 114 | 61 |
| Binary | 11110 | 10111010 | 11011010 | 1010110 | 1111 | 0 | 1111 | 10111110 | 1001100 | 110001 |
Color Harmonies of #1EBADA
Complementary color
Monochromatic Colors of #1EBADA
Black with #1EBADA
Text Example
Text Example
White with #1EBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBADA; }
p { color: rgb(30,186,218); }
H1.HeaderClassName
{
color: #1EBADA;
}
.AnyTagClassName
{
color: #1EBADA;
}
</style>
background-color css
<style>
a { background-color: #1EBADA; }
a { background-color: rgb(30,186,218); }
div.DivClassName
{
background-color: #1EBADA;
}
.BgClassName
{
background-color: #1EBADA;
}
</style>
border-color css
<style>
span { border-color: #1EBADA; }
span { border-color: rgb(30,186,218); }
td.TdClassName
{
border-color: #1EBADA;
}
.TagClassName
{
border-color: #1EBADA;
}
</style>