#EAF7FC

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

Shades of Alice Blue #EAF7FC

Tints of Alice Blue #EAF7FC

Color information

#EAF7FC (or 0xEAF7FC) is unknown color: approx Alice Blue. HEX triplet: EA, F7 and FC. RGB value is (234,247,252). Sum of RGB (Red+Green+Blue) = 234+247+252=733 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.92% from 733); Green value is 247 (96.88% from 255 or 33.70% from 733); Blue value is 252 (98.83% from 255 or 34.38% from 733); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7FC is #150803. Grayscale: #F3F3F3. Windows color (decimal): -1378308 or 16578538. OLE color: 16578538.

HSL color Cylindrical-coordinate representation of color #EAF7FC: hue angle of 196.67º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAF7FC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234247252-
CMYK0.070.0200.01
HSL196.67º75%95.29%-
HSV(B)196.67º7.14%98.82%-
XYZ84.7691.04105.2-
YUV243.68132.69121.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.92%
GREEN value IS 247 (96.88% from 255) = 33.70%
BLUE value IS 252 (98.83% from 255) = 34.38%
R=31.92%
G=33.70%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342472520.070.0200.01196.677595.29
HexEAF7FC7201c54b5f
Octal3523673747201305113137
Binary11101010111101111111110011110011100010110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7FC; }

 p { color: rgb(234,247,252); }

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

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

 a { background-color: rgb(234,247,252); }

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

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

 span { border-color: rgb(234,247,252); }

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