#EAF3FE

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

Shades of Alice Blue #EAF3FE

Tints of Alice Blue #EAF3FE

Color information

#EAF3FE (or 0xEAF3FE) is unknown color: approx Alice Blue. HEX triplet: EA, F3 and FE. RGB value is (234,243,254). Sum of RGB (Red+Green+Blue) = 234+243+254=731 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.01% from 731); Green value is 243 (95.31% from 255 or 33.24% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3FE is #150C01. Grayscale: #F1F1F1. Windows color (decimal): -1379330 or 16708586. OLE color: 16708586.

HSL color Cylindrical-coordinate representation of color #EAF3FE: hue angle of 213º 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 #EAF3FE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234243254-
CMYK0.080.0400.00
HSL213º90.91%95.69%-
HSV(B)213º7.87%99.61%-
XYZ83.8788.75106.48-
YUV241.56135.02122.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.01%
GREEN value IS 243 (95.31% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=32.01%
G=33.24%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342432540.080.0400.0021390.9195.69
HexEAF3FE8400d55b60
Octal35236337610400325133140
Binary1110101011110011111111101000100001101010110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3FE; }

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

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

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

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

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

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

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

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