#EAF6FC

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

Shades of Alice Blue #EAF6FC

Tints of Alice Blue #EAF6FC

Color information

#EAF6FC (or 0xEAF6FC) is unknown color: approx Alice Blue. HEX triplet: EA, F6 and FC. RGB value is (234,246,252). Sum of RGB (Red+Green+Blue) = 234+246+252=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 252 (98.83% from 255 or 34.43% from 732); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAF6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6FC is #150903. Grayscale: #F3F3F3. Windows color (decimal): -1378564 or 16578282. OLE color: 16578282.

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

Color convert

RGB234246252-
CMYK0.070.0200.01
HSL200º75%95.29%-
HSV(B)200º7.14%98.82%-
XYZ84.4690.43105.1-
YUV243.1133.02121.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.97%
GREEN value IS 246 (96.48% from 255) = 33.61%
BLUE value IS 252 (98.83% from 255) = 34.43%
R=31.97%
G=33.61%
B=34.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342462520.070.0200.012007595.29
HexEAF6FC7201c84b5f
Octal3523663747201310113137
Binary11101010111101101111110011110011100100010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6FC; }

 p { color: rgb(234,246,252); }

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

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

 a { background-color: rgb(234,246,252); }

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

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

 span { border-color: rgb(234,246,252); }

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