#1EAEEA

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

Shades of Summer Sky #1EAEEA

Tints of Summer Sky #1EAEEA

Color information

#1EAEEA (or 0x1EAEEA) is unknown color: approx Summer Sky. HEX triplet: 1E, AE and EA. RGB value is (30,174,234). Sum of RGB (Red+Green+Blue) = 30+174+234=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #1EAEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAEEA is #E15115. Grayscale: #898989. Windows color (decimal): -14766358 or 15379998. OLE color: 15379998.

HSL color Cylindrical-coordinate representation of color #1EAEEA: hue angle of 197.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAEEA is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB30174234-
CMYK0.870.2600.08
HSL197.65º82.93%51.76%-
HSV(B)197.65º87.18%91.76%-
XYZ30.5236.4983.28-
YUV137.78182.2951.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.85%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 234 (91.80% from 255) = 53.42%
R=6.85%
G=39.73%
B=53.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal301742340.870.2600.08197.6582.9351.76
Hex1EAEEA571A08c65334
Octal362563521273201030612364
Binary11110101011101110101010101111101001000110001101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,234); }

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

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

 a { background-color: rgb(30,174,234); }

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

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

 span { border-color: rgb(30,174,234); }

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