Html Css Color HEX #EDF8EC Aqua Spring

📋 copy color: '#EDF8EC'

red 237 ◦ green 248 ◦ blue 236

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

Shades of Aqua Spring #EDF8EC

Tints of Aqua Spring #EDF8EC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.4%

 BLUE value IS 236 (92.58% from 255) = 32.73%

R = 32.87%
G = 34.4%
B = 32.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#EDF8EC (or 0xEDF8EC) is known color: Aqua Spring. HEX triplet: ED, F8 and EC. RGB value is (237,248,236). Sum of RGB (Red+Green+Blue) = 237+248+236=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 236 (92.58% from 255 or 32.73% from 721); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8EC is #120713. Grayscale: #F3F3F3. Windows color (decimal): -1181460 or 15530221. OLE color: 15530221.

HSL color Cylindrical-coordinate representation of color #EDF8EC: hue angle of 115º degrees, saturation: 0.46, 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 #EDF8EC is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 236 -
CMYK 0.04 0 0.05 0.03
HSL 115º 0.46% 0.95% -
HSV(B) 115º 0.05% 0.97% -
XYZ 83.63 91.2 92.55 -
YUV 243.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 237 248 236 0.04 0 0.05 0.03 115 0.46 0.95
Hex ED F8 EC 4 0 5 3 73 2E 5F
Octal 355 370 354 4 0 5 3 163 56 137
Binary 11101101 11111000 11101100 100 0 101 11 1110011 101110 1011111

Color Harmonies of #EDF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8EC

Black with #EDF8EC

Text Example


Text Example

White with #EDF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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