#EDF6FB

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

Shades of Alice Blue #EDF6FB

Tints of Alice Blue #EDF6FB

Color information

#EDF6FB (or 0xEDF6FB) is unknown color: approx Alice Blue. HEX triplet: ED, F6 and FB. RGB value is (237,246,251). Sum of RGB (Red+Green+Blue) = 237+246+251=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6FB is #120904. Grayscale: #F3F3F3. Windows color (decimal): -1181957 or 16512749. OLE color: 16512749.

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

Color convert

RGB237246251-
CMYK0.060.0200.02
HSL201.43º63.64%95.69%-
HSV(B)201.43º5.58%98.43%-
XYZ85.2990.88104.31-
YUV243.88132.02123.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.29%
GREEN value IS 246 (96.48% from 255) = 33.51%
BLUE value IS 251 (98.44% from 255) = 34.20%
R=32.29%
G=33.51%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372462510.060.0200.02201.4363.6495.69
HexEDF6FB6202c94060
Octal3553663736202311100140
Binary111011011111011011111011110100101100100110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6FB; }

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

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

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

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

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

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

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

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