Shades of Summer Sky #1EA2DD
Tints of Summer Sky #1EA2DD
RGB
CMYK
RGB Variations
Color information
#1EA2DD (or 0x1EA2DD) is known color: Summer Sky. HEX triplet: 1E, A2 and DD. RGB value is (30,162,221). Sum of RGB (Red+Green+Blue) = 30+162+221=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EA2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA2DD is #E15D22. Grayscale: #808080. Windows color (decimal): -14769443 or 14524958. OLE color: 14524958.
HSL color Cylindrical-coordinate representation of color #1EA2DD: hue angle of 198.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EA2DD is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 162 | 221 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.13 |
| HSL | 198.53º | 0.76% | 0.49% | - |
| HSV(B) | 198.53º | 0.86% | 0.87% | - |
| XYZ | 26.51 | 31.34 | 73.06 | - |
| YUV | 129.26 | 179.77 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 221 | 0.86 | 0.27 | 0 | 0.13 | 198.53 | 0.76 | 0.49 |
| Hex | 1E | A2 | DD | 56 | 1B | 0 | D | C7 | 4C | 31 |
| Octal | 36 | 242 | 335 | 126 | 33 | 0 | 15 | 307 | 114 | 61 |
| Binary | 11110 | 10100010 | 11011101 | 1010110 | 11011 | 0 | 1101 | 11000111 | 1001100 | 110001 |
Color Harmonies of #1EA2DD
Complementary color
Monochromatic Colors of #1EA2DD
Black with #1EA2DD
Text Example
Text Example
White with #1EA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA2DD; }
p { color: rgb(30,162,221); }
H1.HeaderClassName
{
color: #1EA2DD;
}
.AnyTagClassName
{
color: #1EA2DD;
}
</style>
background-color css
<style>
a { background-color: #1EA2DD; }
a { background-color: rgb(30,162,221); }
div.DivClassName
{
background-color: #1EA2DD;
}
.BgClassName
{
background-color: #1EA2DD;
}
</style>
border-color css
<style>
span { border-color: #1EA2DD; }
span { border-color: rgb(30,162,221); }
td.TdClassName
{
border-color: #1EA2DD;
}
.TagClassName
{
border-color: #1EA2DD;
}
</style>