#EAF3FF

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

Shades of Alice Blue #EAF3FF

Tints of Alice Blue #EAF3FF

Color information

#EAF3FF (or 0xEAF3FF) is unknown color: approx Alice Blue. HEX triplet: EA, F3 and FF. RGB value is (234,243,255). Sum of RGB (Red+Green+Blue) = 234+243+255=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3FF is #150C00. Grayscale: #F1F1F1. Windows color (decimal): -1379329 or 16774122. OLE color: 16774122.

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

Color convert

RGB234243255-
CMYK0.080.0500
HSL214.29º100%95.88%-
HSV(B)214.29º8.24%100%-
XYZ84.0388.81107.32-
YUV241.68135.52122.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.97%
GREEN value IS 243 (95.31% from 255) = 33.20%
BLUE value IS 255 (100% from 255) = 34.84%
R=31.97%
G=33.20%
B=34.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342432550.080.0500214.2910095.88
HexEAF3FF8500d66460
Octal35236337710500326144140
Binary1110101011110011111111111000101001101011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3FF; }

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

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

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

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

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

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

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

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