Shades of Summer Sky #1EA7DB
Tints of Summer Sky #1EA7DB
RGB
CMYK
RGB Variations
Color information
#1EA7DB (or 0x1EA7DB) is known color: Summer Sky. HEX triplet: 1E, A7 and DB. RGB value is (30,167,219). Sum of RGB (Red+Green+Blue) = 30+167+219=416 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.21% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EA7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA7DB is #E15824. Grayscale: #838383. Windows color (decimal): -14768165 or 14395166. OLE color: 14395166.
HSL color Cylindrical-coordinate representation of color #1EA7DB: hue angle of 196.51º 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 #1EA7DB is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 167 | 219 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.14 |
| HSL | 196.51º | 0.76% | 0.49% | - |
| HSV(B) | 196.51º | 0.86% | 0.86% | - |
| XYZ | 27.14 | 33.03 | 71.96 | - |
| YUV | 131.97 | 177.11 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 167 | 219 | 0.86 | 0.24 | 0 | 0.14 | 196.51 | 0.76 | 0.49 |
| Hex | 1E | A7 | DB | 56 | 18 | 0 | E | C5 | 4C | 31 |
| Octal | 36 | 247 | 333 | 126 | 30 | 0 | 16 | 305 | 114 | 61 |
| Binary | 11110 | 10100111 | 11011011 | 1010110 | 11000 | 0 | 1110 | 11000101 | 1001100 | 110001 |
Color Harmonies of #1EA7DB
Complementary color
Monochromatic Colors of #1EA7DB
Black with #1EA7DB
Text Example
Text Example
White with #1EA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA7DB; }
p { color: rgb(30,167,219); }
H1.HeaderClassName
{
color: #1EA7DB;
}
.AnyTagClassName
{
color: #1EA7DB;
}
</style>
background-color css
<style>
a { background-color: #1EA7DB; }
a { background-color: rgb(30,167,219); }
div.DivClassName
{
background-color: #1EA7DB;
}
.BgClassName
{
background-color: #1EA7DB;
}
</style>
border-color css
<style>
span { border-color: #1EA7DB; }
span { border-color: rgb(30,167,219); }
td.TdClassName
{
border-color: #1EA7DB;
}
.TagClassName
{
border-color: #1EA7DB;
}
</style>