#EDF6FD

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

Shades of Alice Blue #EDF6FD

Tints of Alice Blue #EDF6FD

Color information

#EDF6FD (or 0xEDF6FD) is unknown color: approx Alice Blue. HEX triplet: ED, F6 and FD. RGB value is (237,246,253). Sum of RGB (Red+Green+Blue) = 237+246+253=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 246 (96.48% from 255 or 33.42% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6FD is #120902. Grayscale: #F4F4F4. Windows color (decimal): -1181955 or 16643821. OLE color: 16643821.

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

Color convert

RGB237246253-
CMYK0.060.0300.01
HSL206.25º80%96.08%-
HSV(B)206.25º6.32%99.22%-
XYZ85.6191.01105.98-
YUV244.11133.02122.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.20%
GREEN value IS 246 (96.48% from 255) = 33.42%
BLUE value IS 253 (99.22% from 255) = 34.38%
R=32.20%
G=33.42%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372462530.060.0300.01206.258096.08
HexEDF6FD6301ce5060
Octal3553663756301316120140
Binary11101101111101101111110111011011100111010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6FD; }

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

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

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

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

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

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

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

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