#EAF9FE

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

Shades of Alice Blue #EAF9FE

Tints of Alice Blue #EAF9FE

Color information

#EAF9FE (or 0xEAF9FE) is unknown color: approx Alice Blue. HEX triplet: EA, F9 and FE. RGB value is (234,249,254). Sum of RGB (Red+Green+Blue) = 234+249+254=737 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.75% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9FE is #150601. Grayscale: #F5F5F5. Windows color (decimal): -1377794 or 16710122. OLE color: 16710122.

HSL color Cylindrical-coordinate representation of color #EAF9FE: hue angle of 195º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF9FE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234249254-
CMYK0.080.0200.00
HSL195º90.91%95.69%-
HSV(B)195º7.87%99.61%-
XYZ85.792.4107.08-
YUV245.08133.03120.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.75%
GREEN value IS 249 (97.66% from 255) = 33.79%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=31.75%
G=33.79%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342492540.080.0200.0019590.9195.69
HexEAF9FE8200c35b60
Octal35237137610200303133140
Binary111010101111100111111110100010001100001110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9FE; }

 p { color: rgb(234,249,254); }

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

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

 a { background-color: rgb(234,249,254); }

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

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

 span { border-color: rgb(234,249,254); }

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