#EDF5FF

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

Shades of Alice Blue #EDF5FF

Tints of Alice Blue #EDF5FF

Color information

#EDF5FF (or 0xEDF5FF) is unknown color: approx Alice Blue. HEX triplet: ED, F5 and FF. RGB value is (237,245,255). Sum of RGB (Red+Green+Blue) = 237+245+255=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 245 (96.09% from 255 or 33.24% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5FF is #120A00. Grayscale: #F3F3F3. Windows color (decimal): -1182209 or 16774637. OLE color: 16774637.

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

Color convert

RGB237245255-
CMYK0.070.0400
HSL213.33º100%96.47%-
HSV(B)213.33º7.06%100%-
XYZ85.6390.53107.57-
YUV243.75134.35123.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.16%
GREEN value IS 245 (96.09% from 255) = 33.24%
BLUE value IS 255 (100% from 255) = 34.60%
R=32.16%
G=33.24%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372452550.070.0400213.3310096.47
HexEDF5FF7400d56460
Octal3553653777400325144140
Binary111011011111010111111111111100001101010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5FF; }

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

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

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

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

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

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

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

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