#1eace1

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

Shades of Summer Sky #1EACE1

Tints of Summer Sky #1EACE1

Color information

#1EACE1 (or 0x1EACE1) is unknown color: approx Summer Sky. HEX triplet: 1E, AC and E1. RGB value is (30,172,225). Sum of RGB (Red+Green+Blue) = 30+172+225=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #1EACE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACE1 is #E1531E. Grayscale: #878787. Windows color (decimal): -14766879 or 14789662. OLE color: 14789662.

HSL color Cylindrical-coordinate representation of color #1EACE1: hue angle of 196.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EACE1 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB30172225-
CMYK0.870.2400.12
HSL196.31º76.47%50%-
HSV(B)196.31º86.67%88.24%-
XYZ28.8835.2276.51-
YUV135.58178.4652.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.03%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 225 (88.28% from 255) = 52.69%
R=7.03%
G=40.28%
B=52.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal301722250.870.2400.12196.3176.4750
Hex1EACE157180Cc44c32
Octal362543411273001430411462
Binary11110101011001110000110101111100001100110001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eace1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,172,225); }

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

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

 a { background-color: rgb(30,172,225); }

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

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

 span { border-color: rgb(30,172,225); }

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