Shades of Summer Sky #1EA4DF
Tints of Summer Sky #1EA4DF
RGB
CMYK
RGB Variations
Color information
#1EA4DF (or 0x1EA4DF) is known color: Summer Sky. HEX triplet: 1E, A4 and DF. RGB value is (30,164,223). Sum of RGB (Red+Green+Blue) = 30+164+223=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EA4DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA4DF is #E15B20. Grayscale: #828282. Windows color (decimal): -14768929 or 14656542. OLE color: 14656542.
HSL color Cylindrical-coordinate representation of color #1EA4DF: hue angle of 198.34º 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 #1EA4DF is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 164 | 223 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.13 |
| HSL | 198.34º | 0.76% | 0.5% | - |
| HSV(B) | 198.34º | 0.87% | 0.87% | - |
| XYZ | 27.13 | 32.15 | 74.59 | - |
| YUV | 130.66 | 180.11 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 164 | 223 | 0.87 | 0.26 | 0 | 0.13 | 198.34 | 0.76 | 0.5 |
| Hex | 1E | A4 | DF | 57 | 1A | 0 | D | C6 | 4C | 32 |
| Octal | 36 | 244 | 337 | 127 | 32 | 0 | 15 | 306 | 114 | 62 |
| Binary | 11110 | 10100100 | 11011111 | 1010111 | 11010 | 0 | 1101 | 11000110 | 1001100 | 110010 |
Color Harmonies of #1EA4DF
Complementary color
Monochromatic Colors of #1EA4DF
Black with #1EA4DF
Text Example
Text Example
White with #1EA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA4DF; }
p { color: rgb(30,164,223); }
H1.HeaderClassName
{
color: #1EA4DF;
}
.AnyTagClassName
{
color: #1EA4DF;
}
</style>
background-color css
<style>
a { background-color: #1EA4DF; }
a { background-color: rgb(30,164,223); }
div.DivClassName
{
background-color: #1EA4DF;
}
.BgClassName
{
background-color: #1EA4DF;
}
</style>
border-color css
<style>
span { border-color: #1EA4DF; }
span { border-color: rgb(30,164,223); }
td.TdClassName
{
border-color: #1EA4DF;
}
.TagClassName
{
border-color: #1EA4DF;
}
</style>