Shades of Summer Sky #1EAEDA
Tints of Summer Sky #1EAEDA
RGB
CMYK
RGB Variations
Color information
#1EAEDA (or 0x1EAEDA) is known color: Summer Sky. HEX triplet: 1E, AE and DA. RGB value is (30,174,218). Sum of RGB (Red+Green+Blue) = 30+174+218=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EAEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAEDA is #E15125. Grayscale: #878787. Windows color (decimal): -14766374 or 14331422. OLE color: 14331422.
HSL color Cylindrical-coordinate representation of color #1EAEDA: hue angle of 194.04º 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 #1EAEDA is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 174 | 218 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.15 |
| HSL | 194.04º | 0.76% | 0.49% | - |
| HSV(B) | 194.04º | 0.86% | 0.85% | - |
| XYZ | 28.33 | 35.61 | 71.71 | - |
| YUV | 135.96 | 174.29 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 174 | 218 | 0.86 | 0.20 | 0 | 0.15 | 194.04 | 0.76 | 0.49 |
| Hex | 1E | AE | DA | 56 | 14 | 0 | F | C2 | 4C | 31 |
| Octal | 36 | 256 | 332 | 126 | 24 | 0 | 17 | 302 | 114 | 61 |
| Binary | 11110 | 10101110 | 11011010 | 1010110 | 10100 | 0 | 1111 | 11000010 | 1001100 | 110001 |
Color Harmonies of #1EAEDA
Complementary color
Monochromatic Colors of #1EAEDA
Black with #1EAEDA
Text Example
Text Example
White with #1EAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAEDA; }
p { color: rgb(30,174,218); }
H1.HeaderClassName
{
color: #1EAEDA;
}
.AnyTagClassName
{
color: #1EAEDA;
}
</style>
background-color css
<style>
a { background-color: #1EAEDA; }
a { background-color: rgb(30,174,218); }
div.DivClassName
{
background-color: #1EAEDA;
}
.BgClassName
{
background-color: #1EAEDA;
}
</style>
border-color css
<style>
span { border-color: #1EAEDA; }
span { border-color: rgb(30,174,218); }
td.TdClassName
{
border-color: #1EAEDA;
}
.TagClassName
{
border-color: #1EAEDA;
}
</style>