#EDF5FB

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

Shades of Alice Blue #EDF5FB

Tints of Alice Blue #EDF5FB

Color information

#EDF5FB (or 0xEDF5FB) is unknown color: approx Alice Blue. HEX triplet: ED, F5 and FB. RGB value is (237,245,251). Sum of RGB (Red+Green+Blue) = 237+245+251=733 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.33% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 251 (98.44% from 255 or 34.24% from 733); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5FB is #120A04. Grayscale: #F3F3F3. Windows color (decimal): -1182213 or 16512493. OLE color: 16512493.

HSL color Cylindrical-coordinate representation of color #EDF5FB: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF5FB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237245251-
CMYK0.060.0200.02
HSL205.71º63.64%95.69%-
HSV(B)205.71º5.58%98.43%-
XYZ84.9990.27104.21-
YUV243.29132.35123.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.33%
GREEN value IS 245 (96.09% from 255) = 33.42%
BLUE value IS 251 (98.44% from 255) = 34.24%
R=32.33%
G=33.42%
B=34.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372452510.060.0200.02205.7163.6495.69
HexEDF5FB6202ce4060
Octal3553653736202316100140
Binary111011011111010111111011110100101100111010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5FB; }

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

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

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

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

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

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

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

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