#EAF5FF

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

Shades of Alice Blue #EAF5FF

Tints of Alice Blue #EAF5FF

Color information

#EAF5FF (or 0xEAF5FF) is unknown color: approx Alice Blue. HEX triplet: EA, F5 and FF. RGB value is (234,245,255). Sum of RGB (Red+Green+Blue) = 234+245+255=734 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.88% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF5FF is #150A00. Grayscale: #F2F2F2. Windows color (decimal): -1378817 or 16774634. OLE color: 16774634.

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

Color convert

RGB234245255-
CMYK0.080.0400
HSL208.57º100%95.88%-
HSV(B)208.57º8.24%100%-
XYZ84.6390.02107.52-
YUV242.85134.86121.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.88%
GREEN value IS 245 (96.09% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 34.74%
R=31.88%
G=33.38%
B=34.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342452550.080.0400208.5710095.88
HexEAF5FF8400d16460
Octal35236537710400321144140
Binary1110101011110101111111111000100001101000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5FF; }

 p { color: rgb(234,245,255); }

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

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

 a { background-color: rgb(234,245,255); }

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

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

 span { border-color: rgb(234,245,255); }

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