Shades of Summer Sky #1EA6DF
Tints of Summer Sky #1EA6DF
RGB
CMYK
RGB Variations
Color information
#1EA6DF (or 0x1EA6DF) is known color: Summer Sky. HEX triplet: 1E, A6 and DF. RGB value is (30,166,223). Sum of RGB (Red+Green+Blue) = 30+166+223=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EA6DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA6DF is #E15920. Grayscale: #838383. Windows color (decimal): -14768417 or 14657054. OLE color: 14657054.
HSL color Cylindrical-coordinate representation of color #1EA6DF: hue angle of 197.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EA6DF is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 166 | 223 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.13 |
| HSL | 197.72º | 0.76% | 0.5% | - |
| HSV(B) | 197.72º | 0.87% | 0.87% | - |
| XYZ | 27.49 | 32.88 | 74.71 | - |
| YUV | 131.83 | 179.44 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 223 | 0.87 | 0.26 | 0 | 0.13 | 197.72 | 0.76 | 0.5 |
| Hex | 1E | A6 | DF | 57 | 1A | 0 | D | C6 | 4C | 32 |
| Octal | 36 | 246 | 337 | 127 | 32 | 0 | 15 | 306 | 114 | 62 |
| Binary | 11110 | 10100110 | 11011111 | 1010111 | 11010 | 0 | 1101 | 11000110 | 1001100 | 110010 |
Color Harmonies of #1EA6DF
Complementary color
Monochromatic Colors of #1EA6DF
Black with #1EA6DF
Text Example
Text Example
White with #1EA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA6DF; }
p { color: rgb(30,166,223); }
H1.HeaderClassName
{
color: #1EA6DF;
}
.AnyTagClassName
{
color: #1EA6DF;
}
</style>
background-color css
<style>
a { background-color: #1EA6DF; }
a { background-color: rgb(30,166,223); }
div.DivClassName
{
background-color: #1EA6DF;
}
.BgClassName
{
background-color: #1EA6DF;
}
</style>
border-color css
<style>
span { border-color: #1EA6DF; }
span { border-color: rgb(30,166,223); }
td.TdClassName
{
border-color: #1EA6DF;
}
.TagClassName
{
border-color: #1EA6DF;
}
</style>