#EDF8EB

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

Shades of Aqua Spring #EDF8EB

Tints of Aqua Spring #EDF8EB

Color information

#EDF8EB (or 0xEDF8EB) is unknown color: approx Aqua Spring. HEX triplet: ED, F8 and EB. RGB value is (237,248,235). Sum of RGB (Red+Green+Blue) = 237+248+235=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 235 (92.19% from 255 or 32.64% from 720); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8EB is #120714. Grayscale: #F3F3F3. Windows color (decimal): -1181461 or 15464685. OLE color: 15464685.

HSL color Cylindrical-coordinate representation of color #EDF8EB: hue angle of 110.77º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF8EB is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB237248235-
CMYK0.0400.050.03
HSL110.77º48.15%94.71%-
HSV(B)110.77º5.24%97.25%-
XYZ83.4991.1491.79-
YUV243.23123.36123.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 248 (97.27% from 255) = 34.44%
BLUE value IS 235 (92.19% from 255) = 32.64%
R=32.92%
G=34.44%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372482350.0400.050.03110.7748.1594.71
HexEDF8EB40536f305f
Octal355370353405315760137
Binary11101101111110001110101110001011111011111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8EB; }

 p { color: rgb(237,248,235); }

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

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

 a { background-color: rgb(237,248,235); }

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

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

 span { border-color: rgb(237,248,235); }

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