Shades of Summer Sky #1EBCDA
Tints of Summer Sky #1EBCDA
RGB
CMYK
RGB Variations
Color information
#1EBCDA (or 0x1EBCDA) is known color: Summer Sky. HEX triplet: 1E, BC and DA. RGB value is (30,188,218). Sum of RGB (Red+Green+Blue) = 30+188+218=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EBCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCDA is #E14325. Grayscale: #8F8F8F. Windows color (decimal): -14762790 or 14335006. OLE color: 14335006.
HSL color Cylindrical-coordinate representation of color #1EBCDA: hue angle of 189.57º 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 #1EBCDA is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 188 | 218 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.15 |
| HSL | 189.57º | 0.76% | 0.49% | - |
| HSV(B) | 189.57º | 0.86% | 0.85% | - |
| XYZ | 31.17 | 41.3 | 72.66 | - |
| YUV | 144.18 | 169.65 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 218 | 0.86 | 0.14 | 0 | 0.15 | 189.57 | 0.76 | 0.49 |
| Hex | 1E | BC | DA | 56 | E | 0 | F | BE | 4C | 31 |
| Octal | 36 | 274 | 332 | 126 | 16 | 0 | 17 | 276 | 114 | 61 |
| Binary | 11110 | 10111100 | 11011010 | 1010110 | 1110 | 0 | 1111 | 10111110 | 1001100 | 110001 |
Color Harmonies of #1EBCDA
Complementary color
Monochromatic Colors of #1EBCDA
Black with #1EBCDA
Text Example
Text Example
White with #1EBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBCDA; }
p { color: rgb(30,188,218); }
H1.HeaderClassName
{
color: #1EBCDA;
}
.AnyTagClassName
{
color: #1EBCDA;
}
</style>
background-color css
<style>
a { background-color: #1EBCDA; }
a { background-color: rgb(30,188,218); }
div.DivClassName
{
background-color: #1EBCDA;
}
.BgClassName
{
background-color: #1EBCDA;
}
</style>
border-color css
<style>
span { border-color: #1EBCDA; }
span { border-color: rgb(30,188,218); }
td.TdClassName
{
border-color: #1EBCDA;
}
.TagClassName
{
border-color: #1EBCDA;
}
</style>