#E9FAEA

Color #E9FAEA Aqua Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Spring #E9FAEA

Tints of Aqua Spring #E9FAEA

Color information

#E9FAEA (or 0xE9FAEA) is unknown color: approx Aqua Spring. HEX triplet: E9, FA and EA. RGB value is (233,250,234). Sum of RGB (Red+Green+Blue) = 233+250+234=717 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.50% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAEA is #160515. Grayscale: #F3F3F3. Windows color (decimal): -1443094 or 15399657. OLE color: 15399657.

HSL color Cylindrical-coordinate representation of color #E9FAEA: hue angle of 123.53º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9FAEA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB233250234-
CMYK0.0700.060.02
HSL123.53º62.96%94.71%-
HSV(B)123.53º6.8%98.04%-
XYZ82.6491.6491.17-
YUV243.09122.87120.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.50%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=32.50%
G=34.87%
B=32.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332502340.0700.060.02123.5362.9694.71
HexE9FAEA70627c3f5f
Octal351372352706217477137
Binary11101001111110101110101011101101011111001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAEA; }

 p { color: rgb(233,250,234); }

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

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

 a { background-color: rgb(233,250,234); }

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

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

 span { border-color: rgb(233,250,234); }

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