#EDF5FD

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

Shades of Alice Blue #EDF5FD

Tints of Alice Blue #EDF5FD

Color information

#EDF5FD (or 0xEDF5FD) is unknown color: approx Alice Blue. HEX triplet: ED, F5 and FD. RGB value is (237,245,253). Sum of RGB (Red+Green+Blue) = 237+245+253=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5FD is #120A02. Grayscale: #F3F3F3. Windows color (decimal): -1182211 or 16643565. OLE color: 16643565.

HSL color Cylindrical-coordinate representation of color #EDF5FD: hue angle of 210º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF5FD is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237245253-
CMYK0.060.0300.01
HSL210º80%96.08%-
HSV(B)210º6.32%99.22%-
XYZ85.3190.4105.88-
YUV243.52133.35123.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.24%
GREEN value IS 245 (96.09% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 34.42%
R=32.24%
G=33.33%
B=34.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372452530.060.0300.012108096.08
HexEDF5FD6301d25060
Octal3553653756301322120140
Binary11101101111101011111110111011011101001010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5FD; }

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

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

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

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

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

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

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

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