Shades of Summer Sky #1EA3DC
Tints of Summer Sky #1EA3DC
RGB
CMYK
RGB Variations
Color information
#1EA3DC (or 0x1EA3DC) is known color: Summer Sky. HEX triplet: 1E, A3 and DC. RGB value is (30,163,220). Sum of RGB (Red+Green+Blue) = 30+163+220=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EA3DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA3DC is #E15C23. Grayscale: #818181. Windows color (decimal): -14769188 or 14459678. OLE color: 14459678.
HSL color Cylindrical-coordinate representation of color #1EA3DC: hue angle of 198º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EA3DC is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 163 | 220 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.14 |
| HSL | 198º | 0.76% | 0.49% | - |
| HSV(B) | 198º | 0.86% | 0.86% | - |
| XYZ | 26.55 | 31.64 | 72.42 | - |
| YUV | 129.73 | 178.94 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 220 | 0.86 | 0.26 | 0 | 0.14 | 198 | 0.76 | 0.49 |
| Hex | 1E | A3 | DC | 56 | 1A | 0 | E | C6 | 4C | 31 |
| Octal | 36 | 243 | 334 | 126 | 32 | 0 | 16 | 306 | 114 | 61 |
| Binary | 11110 | 10100011 | 11011100 | 1010110 | 11010 | 0 | 1110 | 11000110 | 1001100 | 110001 |
Color Harmonies of #1EA3DC
Complementary color
Monochromatic Colors of #1EA3DC
Black with #1EA3DC
Text Example
Text Example
White with #1EA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA3DC; }
p { color: rgb(30,163,220); }
H1.HeaderClassName
{
color: #1EA3DC;
}
.AnyTagClassName
{
color: #1EA3DC;
}
</style>
background-color css
<style>
a { background-color: #1EA3DC; }
a { background-color: rgb(30,163,220); }
div.DivClassName
{
background-color: #1EA3DC;
}
.BgClassName
{
background-color: #1EA3DC;
}
</style>
border-color css
<style>
span { border-color: #1EA3DC; }
span { border-color: rgb(30,163,220); }
td.TdClassName
{
border-color: #1EA3DC;
}
.TagClassName
{
border-color: #1EA3DC;
}
</style>