Html Css Color HEX #EDF6ED Aqua Spring

📋 copy color: '#EDF6ED'

red 237 ◦ green 246 ◦ blue 237

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

Shades of Aqua Spring #EDF6ED

Tints of Aqua Spring #EDF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.17%

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

R = 32.92%
G = 34.17%
B = 32.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#EDF6ED (or 0xEDF6ED) is known color: Aqua Spring. HEX triplet: ED, F6 and ED. RGB value is (237,246,237). Sum of RGB (Red+Green+Blue) = 237+246+237=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6ED is #120912. Grayscale: #F2F2F2. Windows color (decimal): -1181971 or 15595245. OLE color: 15595245.

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

Color convert

RGB 237 246 237 -
CMYK 0.04 0 0.04 0.04
HSL 120º 0.33% 0.95% -
HSV(B) 120º 0.04% 0.96% -
XYZ 83.17 90.03 93.12 -
YUV 242.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 237 246 237 0.04 0 0.04 0.04 120 0.33 0.95
Hex ED F6 ED 4 0 4 4 78 21 5F
Octal 355 366 355 4 0 4 4 170 41 137
Binary 11101101 11110110 11101101 100 0 100 100 1111000 100001 1011111

Color Harmonies of #EDF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6ED

Black with #EDF6ED

Text Example


Text Example

White with #EDF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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