#EDF3FA

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

Shades of Alice Blue #EDF3FA

Tints of Alice Blue #EDF3FA

Color information

#EDF3FA (or 0xEDF3FA) is unknown color: approx Alice Blue. HEX triplet: ED, F3 and FA. RGB value is (237,243,250). Sum of RGB (Red+Green+Blue) = 237+243+250=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF3FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3FA is #120C05. Grayscale: #F1F1F1. Windows color (decimal): -1182726 or 16446445. OLE color: 16446445.

HSL color Cylindrical-coordinate representation of color #EDF3FA: hue angle of 212.31º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF3FA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237243250-
CMYK0.050.0300.02
HSL212.31º56.52%95.49%-
HSV(B)212.31º5.2%98.04%-
XYZ84.2389.01103.18-
YUV242132.51124.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.47%
GREEN value IS 243 (95.31% from 255) = 33.29%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=32.47%
G=33.29%
B=34.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372432500.050.0300.02212.3156.5295.49
HexEDF3FA5302d4395f
Octal355363372530232471137
Binary11101101111100111111101010111010110101001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3FA; }

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

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

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

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

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

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

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

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