#EAF4F8

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

Shades of Alice Blue #EAF4F8

Tints of Alice Blue #EAF4F8

Color information

#EAF4F8 (or 0xEAF4F8) is unknown color: approx Alice Blue. HEX triplet: EA, F4 and F8. RGB value is (234,244,248). Sum of RGB (Red+Green+Blue) = 234+244+248=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 244 (95.70% from 255 or 33.61% from 726); Blue value is 248 (97.27% from 255 or 34.16% from 726); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAF4F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4F8 is #150B07. Grayscale: #F1F1F1. Windows color (decimal): -1379080 or 16315626. OLE color: 16315626.

HSL color Cylindrical-coordinate representation of color #EAF4F8: hue angle of 197.14º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF4F8 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234244248-
CMYK0.060.0200.03
HSL197.14º50%94.51%-
HSV(B)197.14º5.65%97.25%-
XYZ83.2388.97101.59-
YUV241.47131.69122.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.23%
GREEN value IS 244 (95.70% from 255) = 33.61%
BLUE value IS 248 (97.27% from 255) = 34.16%
R=32.23%
G=33.61%
B=34.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342442480.060.0200.03197.145094.51
HexEAF4F86203c5325f
Octal352364370620330562137
Binary11101010111101001111100011010011110001011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4F8; }

 p { color: rgb(234,244,248); }

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

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

 a { background-color: rgb(234,244,248); }

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

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

 span { border-color: rgb(234,244,248); }

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