Html Css Color HEX #EDF4F9 Alice Blue

📋 copy color: '#EDF4F9'

red 237 ◦ green 244 ◦ blue 249

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

Shades of Alice Blue #EDF4F9

Tints of Alice Blue #EDF4F9

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.42%

 BLUE value IS 249 (97.66% from 255) = 34.11%

R = 32.47%
G = 33.42%
B = 34.11%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF4F9 (or 0xEDF4F9) is known color: Alice Blue. HEX triplet: ED, F4 and F9. RGB value is (237,244,249). Sum of RGB (Red+Green+Blue) = 237+244+249=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDF4F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4F9 is #120B06. Grayscale: #F2F2F2. Windows color (decimal): -1182471 or 16381165. OLE color: 16381165.

HSL color Cylindrical-coordinate representation of color #EDF4F9: hue angle of 205º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF4F9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 244 249 -
CMYK 0.05 0.02 0 0.02
HSL 205º 0.5% 0.95% -
HSV(B) 205º 0.05% 0.98% -
XYZ 84.37 89.55 102.46 -
YUV 242.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 237 244 249 0.05 0.02 0 0.02 205 0.5 0.95
Hex ED F4 F9 5 2 0 2 CD 32 5F
Octal 355 364 371 5 2 0 2 315 62 137
Binary 11101101 11110100 11111001 101 10 0 10 11001101 110010 1011111

Color Harmonies of #EDF4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4F9

Black with #EDF4F9

Text Example


Text Example

White with #EDF4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4F9; }

 p { color: rgb(237,244,249); }

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

background-color css

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

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

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

border-color css

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

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

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