#E9FAE6

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

Shades of Aqua Spring #E9FAE6

Tints of Aqua Spring #E9FAE6

Color information

#E9FAE6 (or 0xE9FAE6) is unknown color: approx Aqua Spring. HEX triplet: E9, FA and E6. RGB value is (233,250,230). Sum of RGB (Red+Green+Blue) = 233+250+230=713 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.68% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAE6 is #160519. Grayscale: #F2F2F2. Windows color (decimal): -1443098 or 15137513. OLE color: 15137513.

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

Color convert

RGB233250230-
CMYK0.0700.080.02
HSL111º66.67%94.12%-
HSV(B)111º8%98.04%-
XYZ82.0791.4188.18-
YUV242.64120.87121.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.68%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 230 (90.23% from 255) = 32.26%
R=32.68%
G=35.06%
B=32.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332502300.0700.080.0211166.6794.12
HexE9FAE670826f435e
Octal35137234670102157103136
Binary1110100111111010111001101110100010110111110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAE6; }

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

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

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

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

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

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

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

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