#EAF7FB

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

Shades of Alice Blue #EAF7FB

Tints of Alice Blue #EAF7FB

Color information

#EAF7FB (or 0xEAF7FB) is unknown color: approx Alice Blue. HEX triplet: EA, F7 and FB. RGB value is (234,247,251). Sum of RGB (Red+Green+Blue) = 234+247+251=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 247 (96.88% from 255 or 33.74% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAF7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7FB is #150804. Grayscale: #F3F3F3. Windows color (decimal): -1378309 or 16513002. OLE color: 16513002.

HSL color Cylindrical-coordinate representation of color #EAF7FB: hue angle of 194.12º 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 #EAF7FB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234247251-
CMYK0.070.0200.02
HSL194.12º68%95.1%-
HSV(B)194.12º6.77%98.43%-
XYZ84.6190.98104.37-
YUV243.57132.19121.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.97%
GREEN value IS 247 (96.88% from 255) = 33.74%
BLUE value IS 251 (98.44% from 255) = 34.29%
R=31.97%
G=33.74%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342472510.070.0200.02194.126895.1
HexEAF7FB7202c2445f
Octal3523673737202302104137
Binary111010101111011111111011111100101100001010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7FB; }

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

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

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

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

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

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

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

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