#EAF0F3

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

Shades of Alice Blue #EAF0F3

Tints of Alice Blue #EAF0F3

Color information

#EAF0F3 (or 0xEAF0F3) is unknown color: approx Alice Blue. HEX triplet: EA, F0 and F3. RGB value is (234,240,243). Sum of RGB (Red+Green+Blue) = 234+240+243=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAF0F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF0F3 is #150F0C. Grayscale: #EEEEEE. Windows color (decimal): -1380109 or 15986922. OLE color: 15986922.

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

Color convert

RGB234240243-
CMYK0.040.0100.05
HSL200º27.27%93.53%-
HSV(B)200º3.7%95.29%-
XYZ81.2786.2897.17-
YUV238.55130.51124.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 243 (95.31% from 255) = 33.89%
R=32.64%
G=33.47%
B=33.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342402430.040.0100.0520027.2793.53
HexEAF0F34105c81b5e
Octal352360363410531033136
Binary1110101011110000111100111001010111001000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0F3; }

 p { color: rgb(234,240,243); }

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

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

 a { background-color: rgb(234,240,243); }

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

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

 span { border-color: rgb(234,240,243); }

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