#EDF6FF

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

Shades of Alice Blue #EDF6FF

Tints of Alice Blue #EDF6FF

Color information

#EDF6FF (or 0xEDF6FF) is unknown color: approx Alice Blue. HEX triplet: ED, F6 and FF. RGB value is (237,246,255). Sum of RGB (Red+Green+Blue) = 237+246+255=738 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.11% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6FF is #120900. Grayscale: #F4F4F4. Windows color (decimal): -1181953 or 16774893. OLE color: 16774893.

HSL color Cylindrical-coordinate representation of color #EDF6FF: hue angle of 210º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF6FF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237246255-
CMYK0.070.0400
HSL210º100%96.47%-
HSV(B)210º7.06%100%-
XYZ85.9391.14107.67-
YUV244.33134.02122.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.11%
GREEN value IS 246 (96.48% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 34.55%
R=32.11%
G=33.33%
B=34.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372462550.070.040021010096.47
HexEDF6FF7400d26460
Octal3553663777400322144140
Binary111011011111011011111111111100001101001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6FF; }

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

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

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

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

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

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

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

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