#EDF3FB

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

Shades of Alice Blue #EDF3FB

Tints of Alice Blue #EDF3FB

Color information

#EDF3FB (or 0xEDF3FB) is unknown color: approx Alice Blue. HEX triplet: ED, F3 and FB. RGB value is (237,243,251). Sum of RGB (Red+Green+Blue) = 237+243+251=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 243 (95.31% from 255 or 33.24% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF3FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3FB is #120C04. Grayscale: #F2F2F2. Windows color (decimal): -1182725 or 16511981. OLE color: 16511981.

HSL color Cylindrical-coordinate representation of color #EDF3FB: hue angle of 214.29º 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 #EDF3FB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237243251-
CMYK0.060.0300.02
HSL214.29º63.64%95.69%-
HSV(B)214.29º5.58%98.43%-
XYZ84.3989.07104.01-
YUV242.12133.01124.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.42%
GREEN value IS 243 (95.31% from 255) = 33.24%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=32.42%
G=33.24%
B=34.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372432510.060.0300.02214.2963.6495.69
HexEDF3FB6302d64060
Octal3553633736302326100140
Binary111011011111001111111011110110101101011010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3FB; }

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

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

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

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

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

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

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

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