#EAF4FB

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

Shades of Alice Blue #EAF4FB

Tints of Alice Blue #EAF4FB

Color information

#EAF4FB (or 0xEAF4FB) is unknown color: approx Alice Blue. HEX triplet: EA, F4 and FB. RGB value is (234,244,251). Sum of RGB (Red+Green+Blue) = 234+244+251=729 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.10% from 729); Green value is 244 (95.70% from 255 or 33.47% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAF4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4FB is #150B04. Grayscale: #F1F1F1. Windows color (decimal): -1379077 or 16512234. OLE color: 16512234.

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

Color convert

RGB234244251-
CMYK0.070.0300.02
HSL204.71º68%95.1%-
HSV(B)204.71º6.77%98.43%-
XYZ83.6989.16104.06-
YUV241.81133.19122.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.10%
GREEN value IS 244 (95.70% from 255) = 33.47%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=32.10%
G=33.47%
B=34.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342442510.070.0300.02204.716895.1
HexEAF4FB7302cd445f
Octal3523643737302315104137
Binary111010101111010011111011111110101100110110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4FB; }

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

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

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

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

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

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

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

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