Html Css Color HEX #EDF7ED Aqua Spring

📋 copy color: '#EDF7ED'

red 237 ◦ green 247 ◦ blue 237

#EDF7ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua Spring #EDF7ED

Tints of Aqua Spring #EDF7ED

RGB

 RED value IS 237 (92.97% from 255) = 32.87%

 GREEN value IS 247 (96.88% from 255) = 34.26%

 BLUE value IS 237 (92.97% from 255) = 32.87%

R = 32.87%
G = 34.26%
B = 32.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#EDF7ED (or 0xEDF7ED) is known color: Aqua Spring. HEX triplet: ED, F7 and ED. RGB value is (237,247,237). Sum of RGB (Red+Green+Blue) = 237+247+237=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7ED is #120812. Grayscale: #F2F2F2. Windows color (decimal): -1181715 or 15595501. OLE color: 15595501.

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

Color convert

RGB 237 247 237 -
CMYK 0.04 0 0.04 0.03
HSL 120º 0.38% 0.95% -
HSV(B) 120º 0.04% 0.97% -
XYZ 83.47 90.64 93.22 -
YUV 242.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 237 247 237 0.04 0 0.04 0.03 120 0.38 0.95
Hex ED F7 ED 4 0 4 3 78 26 5F
Octal 355 367 355 4 0 4 3 170 46 137
Binary 11101101 11110111 11101101 100 0 100 11 1111000 100110 1011111

Color Harmonies of #EDF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7ED

Black with #EDF7ED

Text Example


Text Example

White with #EDF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7ED; }

 p { color: rgb(237,247,237); }

 H1.HeaderClassName
 {
   color: #EDF7ED;
 }
 .AnyTagClassName
 {
   color: #EDF7ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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