#EDF5FE

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

Shades of Alice Blue #EDF5FE

Tints of Alice Blue #EDF5FE

Color information

#EDF5FE (or 0xEDF5FE) is unknown color: approx Alice Blue. HEX triplet: ED, F5 and FE. RGB value is (237,245,254). Sum of RGB (Red+Green+Blue) = 237+245+254=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5FE is #120A01. Grayscale: #F3F3F3. Windows color (decimal): -1182210 or 16709101. OLE color: 16709101.

HSL color Cylindrical-coordinate representation of color #EDF5FE: hue angle of 211.76º 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 #EDF5FE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237245254-
CMYK0.070.0400.00
HSL211.76º89.47%96.27%-
HSV(B)211.76º6.69%99.61%-
XYZ85.4790.47106.72-
YUV243.63133.85123.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.20%
GREEN value IS 245 (96.09% from 255) = 33.29%
BLUE value IS 254 (99.61% from 255) = 34.51%
R=32.20%
G=33.29%
B=34.51%

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
Decimal2372452540.070.0400.00211.7689.4796.27
HexEDF5FE7400d45960
Octal3553653767400324131140
Binary111011011111010111111110111100001101010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5FE; }

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

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

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

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

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

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

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

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