Shades of Summer Sky #1EBEDA
Tints of Summer Sky #1EBEDA
RGB
CMYK
RGB Variations
Color information
#1EBEDA (or 0x1EBEDA) is known color: Summer Sky. HEX triplet: 1E, BE and DA. RGB value is (30,190,218). Sum of RGB (Red+Green+Blue) = 30+190+218=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EBEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBEDA is #E14125. Grayscale: #919191. Windows color (decimal): -14762278 or 14335518. OLE color: 14335518.
HSL color Cylindrical-coordinate representation of color #1EBEDA: hue angle of 188.94º 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 #1EBEDA is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 190 | 218 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.15 |
| HSL | 188.94º | 0.76% | 0.49% | - |
| HSV(B) | 188.94º | 0.86% | 0.85% | - |
| XYZ | 31.6 | 42.16 | 72.8 | - |
| YUV | 145.35 | 168.99 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 218 | 0.86 | 0.13 | 0 | 0.15 | 188.94 | 0.76 | 0.49 |
| Hex | 1E | BE | DA | 56 | D | 0 | F | BD | 4C | 31 |
| Octal | 36 | 276 | 332 | 126 | 15 | 0 | 17 | 275 | 114 | 61 |
| Binary | 11110 | 10111110 | 11011010 | 1010110 | 1101 | 0 | 1111 | 10111101 | 1001100 | 110001 |
Color Harmonies of #1EBEDA
Complementary color
Monochromatic Colors of #1EBEDA
Black with #1EBEDA
Text Example
Text Example
White with #1EBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBEDA; }
p { color: rgb(30,190,218); }
H1.HeaderClassName
{
color: #1EBEDA;
}
.AnyTagClassName
{
color: #1EBEDA;
}
</style>
background-color css
<style>
a { background-color: #1EBEDA; }
a { background-color: rgb(30,190,218); }
div.DivClassName
{
background-color: #1EBEDA;
}
.BgClassName
{
background-color: #1EBEDA;
}
</style>
border-color css
<style>
span { border-color: #1EBEDA; }
span { border-color: rgb(30,190,218); }
td.TdClassName
{
border-color: #1EBEDA;
}
.TagClassName
{
border-color: #1EBEDA;
}
</style>