#EAF3FA

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

Shades of Alice Blue #EAF3FA

Tints of Alice Blue #EAF3FA

Color information

#EAF3FA (or 0xEAF3FA) is unknown color: approx Alice Blue. HEX triplet: EA, F3 and FA. RGB value is (234,243,250). Sum of RGB (Red+Green+Blue) = 234+243+250=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF3FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3FA is #150C05. Grayscale: #F1F1F1. Windows color (decimal): -1379334 or 16446442. OLE color: 16446442.

HSL color Cylindrical-coordinate representation of color #EAF3FA: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF3FA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234243250-
CMYK0.060.0300.02
HSL206.25º61.54%94.9%-
HSV(B)206.25º6.4%98.04%-
XYZ83.2488.5103.14-
YUV241.11133.02122.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.19%
GREEN value IS 243 (95.31% from 255) = 33.43%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=32.19%
G=33.43%
B=34.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342432500.060.0300.02206.2561.5494.9
HexEAF3FA6302ce3e5f
Octal352363372630231676137
Binary11101010111100111111101011011010110011101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3FA; }

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

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

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

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

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

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

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

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