Shades of Summer Sky #1EA1DA
Tints of Summer Sky #1EA1DA
RGB
CMYK
RGB Variations
Color information
#1EA1DA (or 0x1EA1DA) is known color: Summer Sky. HEX triplet: 1E, A1 and DA. RGB value is (30,161,218). Sum of RGB (Red+Green+Blue) = 30+161+218=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EA1DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA1DA is #E15E25. Grayscale: #7F7F7F. Windows color (decimal): -14769702 or 14328094. OLE color: 14328094.
HSL color Cylindrical-coordinate representation of color #1EA1DA: hue angle of 198.19º 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 #1EA1DA is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 161 | 218 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.15 |
| HSL | 198.19º | 0.76% | 0.49% | - |
| HSV(B) | 198.19º | 0.86% | 0.85% | - |
| XYZ | 25.94 | 30.83 | 70.91 | - |
| YUV | 128.33 | 178.6 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 218 | 0.86 | 0.26 | 0 | 0.15 | 198.19 | 0.76 | 0.49 |
| Hex | 1E | A1 | DA | 56 | 1A | 0 | F | C6 | 4C | 31 |
| Octal | 36 | 241 | 332 | 126 | 32 | 0 | 17 | 306 | 114 | 61 |
| Binary | 11110 | 10100001 | 11011010 | 1010110 | 11010 | 0 | 1111 | 11000110 | 1001100 | 110001 |
Color Harmonies of #1EA1DA
Complementary color
Monochromatic Colors of #1EA1DA
Black with #1EA1DA
Text Example
Text Example
White with #1EA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA1DA; }
p { color: rgb(30,161,218); }
H1.HeaderClassName
{
color: #1EA1DA;
}
.AnyTagClassName
{
color: #1EA1DA;
}
</style>
background-color css
<style>
a { background-color: #1EA1DA; }
a { background-color: rgb(30,161,218); }
div.DivClassName
{
background-color: #1EA1DA;
}
.BgClassName
{
background-color: #1EA1DA;
}
</style>
border-color css
<style>
span { border-color: #1EA1DA; }
span { border-color: rgb(30,161,218); }
td.TdClassName
{
border-color: #1EA1DA;
}
.TagClassName
{
border-color: #1EA1DA;
}
</style>