#EDFAFF

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

Shades of Alice Blue #EDFAFF

Tints of Alice Blue #EDFAFF

Color information

#EDFAFF (or 0xEDFAFF) is unknown color: approx Alice Blue. HEX triplet: ED, FA and FF. RGB value is (237,250,255). Sum of RGB (Red+Green+Blue) = 237+250+255=742 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.94% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFF is #120500. Grayscale: #F6F6F6. Windows color (decimal): -1180929 or 16775917. OLE color: 16775917.

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

Color convert

RGB237250255-
CMYK0.070.0200
HSL196.67º100%96.47%-
HSV(B)196.67º7.06%100%-
XYZ87.1693.6108.08-
YUV246.68132.69121.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.94%
GREEN value IS 250 (98.05% from 255) = 33.69%
BLUE value IS 255 (100% from 255) = 34.37%
R=31.94%
G=33.69%
B=34.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372502550.070.0200196.6710096.47
HexEDFAFF7200c56460
Octal3553723777200305144140
Binary11101101111110101111111111110001100010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAFF; }

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

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

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

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

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

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

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

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