#1ea5df

Color #1EA5DF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1EA5DF

Tints of Summer Sky #1EA5DF

Color information

#1EA5DF (or 0x1EA5DF) is unknown color: approx Summer Sky. HEX triplet: 1E, A5 and DF. RGB value is (30,165,223). Sum of RGB (Red+Green+Blue) = 30+165+223=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EA5DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA5DF is #E15A20. Grayscale: #828282. Windows color (decimal): -14768673 or 14656798. OLE color: 14656798.

HSL color Cylindrical-coordinate representation of color #1EA5DF: hue angle of 198.03º 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 #1EA5DF is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB30165223-
CMYK0.870.2600.13
HSL198.03º76.28%49.61%-
HSV(B)198.03º86.55%87.45%-
XYZ27.3132.5174.65-
YUV131.25179.7755.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 7.18%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=7.18%
G=39.47%
B=53.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301652230.870.2600.13198.0376.2849.61
Hex1EA5DF571A0Dc64c32
Octal362453371273201530611462
Binary11110101001011101111110101111101001101110001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ea5df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ea5df; }

 p { color: rgb(30,165,223); }

 H1.HeaderClassName
 {
   color: #1ea5df;
 }
 .AnyTagClassName
 {
   color: #1ea5df;
 }
</style>
background-color css

<style>
 a { background-color: #1ea5df; }

 a { background-color: rgb(30,165,223); }

 div.DivClassName
 {
   background-color: #1ea5df;
 }
 .BgClassName
 {
   background-color: #1ea5df;
 }
</style>
border-color css

<style>
 span { border-color: #1ea5df; }

 span { border-color: rgb(30,165,223); }

 td.TdClassName
 {
   border-color: #1ea5df;
 }
 .TagClassName
 {
   border-color: #1ea5df;
 }
</style>