#EDF5FA

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

Shades of Alice Blue #EDF5FA

Tints of Alice Blue #EDF5FA

Color information

#EDF5FA (or 0xEDF5FA) is unknown color: approx Alice Blue. HEX triplet: ED, F5 and FA. RGB value is (237,245,250). Sum of RGB (Red+Green+Blue) = 237+245+250=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5FA is #120A05. Grayscale: #F3F3F3. Windows color (decimal): -1182214 or 16446957. OLE color: 16446957.

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

Color convert

RGB237245250-
CMYK0.050.0200.02
HSL203.08º56.52%95.49%-
HSV(B)203.08º5.2%98.04%-
XYZ84.8390.21103.38-
YUV243.18131.85123.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.38%
GREEN value IS 245 (96.09% from 255) = 33.47%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=32.38%
G=33.47%
B=34.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372452500.050.0200.02203.0856.5295.49
HexEDF5FA5202cb395f
Octal355365372520231371137
Binary11101101111101011111101010110010110010111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5FA; }

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

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

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

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

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

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

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

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