Html Css Color HEX #EDF4FA Alice Blue

📋 copy color: '#EDF4FA'

red 237 ◦ green 244 ◦ blue 250

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

Shades of Alice Blue #EDF4FA

Tints of Alice Blue #EDF4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.2%

R = 32.42%
G = 33.38%
B = 34.2%

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

#EDF4FA (or 0xEDF4FA) is known color: Alice Blue. HEX triplet: ED, F4 and FA. RGB value is (237,244,250). Sum of RGB (Red+Green+Blue) = 237+244+250=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 244 (95.70% from 255 or 33.38% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4FA is #120B05. Grayscale: #F2F2F2. Windows color (decimal): -1182470 or 16446701. OLE color: 16446701.

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

Color convert

RGB 237 244 250 -
CMYK 0.05 0.02 0 0.02
HSL 207.69º 0.57% 0.95% -
HSV(B) 207.69º 0.05% 0.98% -
XYZ 84.53 89.61 103.28 -
YUV 242.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 237 244 250 0.05 0.02 0 0.02 207.69 0.57 0.95
Hex ED F4 FA 5 2 0 2 D0 39 5F
Octal 355 364 372 5 2 0 2 320 71 137
Binary 11101101 11110100 11111010 101 10 0 10 11010000 111001 1011111

Color Harmonies of #EDF4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4FA

Black with #EDF4FA

Text Example


Text Example

White with #EDF4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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