#EDF4FE

Color #EDF4FE Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #EDF4FE

Tints of Alice Blue #EDF4FE

Color information

#EDF4FE (or 0xEDF4FE) is unknown color: approx Alice Blue. HEX triplet: ED, F4 and FE. RGB value is (237,244,254). Sum of RGB (Red+Green+Blue) = 237+244+254=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 244 (95.70% from 255 or 33.20% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4FE is #120B01. Grayscale: #F2F2F2. Windows color (decimal): -1182466 or 16708845. OLE color: 16708845.

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

Color convert

RGB237244254-
CMYK0.070.0400.00
HSL215.29º89.47%96.27%-
HSV(B)215.29º6.69%99.61%-
XYZ85.1789.86106.62-
YUV243.05134.18123.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.24%
GREEN value IS 244 (95.70% from 255) = 33.20%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=32.24%
G=33.20%
B=34.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372442540.070.0400.00215.2989.4796.27
HexEDF4FE7400d75960
Octal3553643767400327131140
Binary111011011111010011111110111100001101011110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4FE; }

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

 H1.HeaderClassName
 {
   color: #EDF4FE;
 }
 .AnyTagClassName
 {
   color: #EDF4FE;
 }
</style>
background-color css

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

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

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

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

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

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