#EAF8FF

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

Shades of Alice Blue #EAF8FF

Tints of Alice Blue #EAF8FF

Color information

#EAF8FF (or 0xEAF8FF) is unknown color: approx Alice Blue. HEX triplet: EA, F8 and FF. RGB value is (234,248,255). Sum of RGB (Red+Green+Blue) = 234+248+255=737 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.75% from 737); Green value is 248 (97.27% from 255 or 33.65% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8FF is #150700. Grayscale: #F4F4F4. Windows color (decimal): -1378049 or 16775402. OLE color: 16775402.

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

Color convert

RGB234248255-
CMYK0.080.0300
HSL200º100%95.88%-
HSV(B)200º8.24%100%-
XYZ85.5591.85107.83-
YUV244.61133.86120.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.75%
GREEN value IS 248 (97.27% from 255) = 33.65%
BLUE value IS 255 (100% from 255) = 34.60%
R=31.75%
G=33.65%
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
SystemRedGreenBlueCMYKHSL
Decimal2342482550.080.030020010095.88
HexEAF8FF8300c86460
Octal35237037710300310144140
Binary111010101111100011111111100011001100100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8FF; }

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

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

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

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

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

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

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

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