#EAF6FE

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

Shades of Alice Blue #EAF6FE

Tints of Alice Blue #EAF6FE

Color information

#EAF6FE (or 0xEAF6FE) is unknown color: approx Alice Blue. HEX triplet: EA, F6 and FE. RGB value is (234,246,254). Sum of RGB (Red+Green+Blue) = 234+246+254=734 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.88% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6FE is #150901. Grayscale: #F3F3F3. Windows color (decimal): -1378562 or 16709354. OLE color: 16709354.

HSL color Cylindrical-coordinate representation of color #EAF6FE: hue angle of 204º 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 #EAF6FE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234246254-
CMYK0.080.0300.00
HSL204º90.91%95.69%-
HSV(B)204º7.87%99.61%-
XYZ84.7890.56106.78-
YUV243.32134.02121.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.88%
GREEN value IS 246 (96.48% from 255) = 33.51%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=31.88%
G=33.51%
B=34.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342462540.080.0300.0020490.9195.69
HexEAF6FE8300cc5b60
Octal35236637610300314133140
Binary111010101111011011111110100011001100110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6FE; }

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

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

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

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

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

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

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

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