#EDF3FC

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

Shades of Alice Blue #EDF3FC

Tints of Alice Blue #EDF3FC

Color information

#EDF3FC (or 0xEDF3FC) is unknown color: approx Alice Blue. HEX triplet: ED, F3 and FC. RGB value is (237,243,252). Sum of RGB (Red+Green+Blue) = 237+243+252=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 252 (98.83% from 255 or 34.43% from 732); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDF3FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3FC is #120C03. Grayscale: #F2F2F2. Windows color (decimal): -1182724 or 16577517. OLE color: 16577517.

HSL color Cylindrical-coordinate representation of color #EDF3FC: hue angle of 216º degrees, saturation: 0.71, 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 #EDF3FC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237243252-
CMYK0.060.0400.01
HSL216º71.43%95.88%-
HSV(B)216º5.95%98.82%-
XYZ84.5589.13104.84-
YUV242.23133.51124.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.38%
GREEN value IS 243 (95.31% from 255) = 33.20%
BLUE value IS 252 (98.83% from 255) = 34.43%
R=32.38%
G=33.20%
B=34.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372432520.060.0400.0121671.4395.88
HexEDF3FC6401d84760
Octal3553633746401330107140
Binary111011011111001111111100110100011101100010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3FC; }

 p { color: rgb(237,243,252); }

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

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

 a { background-color: rgb(237,243,252); }

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

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

 span { border-color: rgb(237,243,252); }

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