#EDF8FD

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

Shades of Alice Blue #EDF8FD

Tints of Alice Blue #EDF8FD

Color information

#EDF8FD (or 0xEDF8FD) is unknown color: approx Alice Blue. HEX triplet: ED, F8 and FD. RGB value is (237,248,253). Sum of RGB (Red+Green+Blue) = 237+248+253=738 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.11% from 738); Green value is 248 (97.27% from 255 or 33.60% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8FD is #120702. Grayscale: #F5F5F5. Windows color (decimal): -1181443 or 16644333. OLE color: 16644333.

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

Color convert

RGB237248253-
CMYK0.060.0200.01
HSL198.75º80%96.08%-
HSV(B)198.75º6.32%99.22%-
XYZ86.2292.23106.19-
YUV245.28132.36122.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.11%
GREEN value IS 248 (97.27% from 255) = 33.60%
BLUE value IS 253 (99.22% from 255) = 34.28%
R=32.11%
G=33.60%
B=34.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372482530.060.0200.01198.758096.08
HexEDF8FD6201c75060
Octal3553703756201307120140
Binary11101101111110001111110111010011100011110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8FD; }

 p { color: rgb(237,248,253); }

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

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

 a { background-color: rgb(237,248,253); }

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

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

 span { border-color: rgb(237,248,253); }

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