#1ea9d1

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

Shades of Summer Sky #1EA9D1

Tints of Summer Sky #1EA9D1

Color information

#1EA9D1 (or 0x1EA9D1) is unknown color: approx Summer Sky. HEX triplet: 1E, A9 and D1. RGB value is (30,169,209). Sum of RGB (Red+Green+Blue) = 30+169+209=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #1EA9D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA9D1 is #E1562E. Grayscale: #838383. Windows color (decimal): -14767663 or 13740318. OLE color: 13740318.

HSL color Cylindrical-coordinate representation of color #1EA9D1: hue angle of 193.41º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EA9D1 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB30169209-
CMYK0.860.1900.18
HSL193.41º74.9%46.86%-
HSV(B)193.41º85.65%81.96%-
XYZ26.2333.2665.36-
YUV132171.4555.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.35%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=7.35%
G=41.42%
B=51.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal301692090.860.1900.18193.4174.946.86
Hex1EA9D15613012c14b2f
Octal362513211262302230111357
Binary111101010100111010001101011010011010010110000011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ea9d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,169,209); }

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

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

 a { background-color: rgb(30,169,209); }

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

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

 span { border-color: rgb(30,169,209); }

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