#EAF3FD

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

Shades of Alice Blue #EAF3FD

Tints of Alice Blue #EAF3FD

Color information

#EAF3FD (or 0xEAF3FD) is unknown color: approx Alice Blue. HEX triplet: EA, F3 and FD. RGB value is (234,243,253). Sum of RGB (Red+Green+Blue) = 234+243+253=730 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.05% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAF3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3FD is #150C02. Grayscale: #F1F1F1. Windows color (decimal): -1379331 or 16643050. OLE color: 16643050.

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

Color convert

RGB234243253-
CMYK0.080.0400.01
HSL211.58º82.61%95.49%-
HSV(B)211.58º7.51%99.22%-
XYZ83.7188.69105.63-
YUV241.45134.52122.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.05%
GREEN value IS 243 (95.31% from 255) = 33.29%
BLUE value IS 253 (99.22% from 255) = 34.66%
R=32.05%
G=33.29%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342432530.080.0400.01211.5882.6195.49
HexEAF3FD8401d4535f
Octal35236337510401324123137
Binary1110101011110011111111011000100011101010010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3FD; }

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

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

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

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

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

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

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

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