#EAF7FF

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

Shades of Alice Blue #EAF7FF

Tints of Alice Blue #EAF7FF

Color information

#EAF7FF (or 0xEAF7FF) is unknown color: approx Alice Blue. HEX triplet: EA, F7 and FF. RGB value is (234,247,255). Sum of RGB (Red+Green+Blue) = 234+247+255=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7FF is #150800. Grayscale: #F3F3F3. Windows color (decimal): -1378305 or 16775146. OLE color: 16775146.

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

Color convert

RGB234247255-
CMYK0.080.0300
HSL202.86º100%95.88%-
HSV(B)202.86º8.24%100%-
XYZ85.2491.23107.72-
YUV244.02134.19120.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.79%
GREEN value IS 247 (96.88% from 255) = 33.56%
BLUE value IS 255 (100% from 255) = 34.65%
R=31.79%
G=33.56%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342472550.080.0300202.8610095.88
HexEAF7FF8300cb6460
Octal35236737710300313144140
Binary111010101111011111111111100011001100101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7FF; }

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

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

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

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

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

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

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

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