#EDF4FF

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

Shades of Alice Blue #EDF4FF

Tints of Alice Blue #EDF4FF

Color information

#EDF4FF (or 0xEDF4FF) is unknown color: approx Alice Blue. HEX triplet: ED, F4 and FF. RGB value is (237,244,255). Sum of RGB (Red+Green+Blue) = 237+244+255=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 244 (95.70% from 255 or 33.15% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4FF is #120B00. Grayscale: #F3F3F3. Windows color (decimal): -1182465 or 16774381. OLE color: 16774381.

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

Color convert

RGB237244255-
CMYK0.070.0400
HSL216.67º100%96.47%-
HSV(B)216.67º7.06%100%-
XYZ85.3389.93107.47-
YUV243.16134.68123.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.20%
GREEN value IS 244 (95.70% from 255) = 33.15%
BLUE value IS 255 (100% from 255) = 34.65%
R=32.20%
G=33.15%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372442550.070.0400216.6710096.47
HexEDF4FF7400d96460
Octal3553643777400331144140
Binary111011011111010011111111111100001101100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4FF; }

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

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

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

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

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

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

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

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