#EAF7FE

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

Shades of Alice Blue #EAF7FE

Tints of Alice Blue #EAF7FE

Color information

#EAF7FE (or 0xEAF7FE) is unknown color: approx Alice Blue. HEX triplet: EA, F7 and FE. RGB value is (234,247,254). Sum of RGB (Red+Green+Blue) = 234+247+254=735 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.84% from 735); Green value is 247 (96.88% from 255 or 33.61% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7FE is #150801. Grayscale: #F3F3F3. Windows color (decimal): -1378306 or 16709610. OLE color: 16709610.

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

Color convert

RGB234247254-
CMYK0.080.0300.00
HSL201º90.91%95.69%-
HSV(B)201º7.87%99.61%-
XYZ85.0891.17106.88-
YUV243.91133.69120.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.84%
GREEN value IS 247 (96.88% from 255) = 33.61%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=31.84%
G=33.61%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342472540.080.0300.0020190.9195.69
HexEAF7FE8300c95b60
Octal35236737610300311133140
Binary111010101111011111111110100011001100100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7FE; }

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

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

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

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

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

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

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

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