#EAF9FF

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

Shades of Alice Blue #EAF9FF

Tints of Alice Blue #EAF9FF

Color information

#EAF9FF (or 0xEAF9FF) is unknown color: approx Alice Blue. HEX triplet: EA, F9 and FF. RGB value is (234,249,255). Sum of RGB (Red+Green+Blue) = 234+249+255=738 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.71% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9FF is #150600. Grayscale: #F5F5F5. Windows color (decimal): -1377793 or 16775658. OLE color: 16775658.

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

Color convert

RGB234249255-
CMYK0.080.0200
HSL197.14º100%95.88%-
HSV(B)197.14º8.24%100%-
XYZ85.8692.46107.93-
YUV245.2133.53120.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.71%
GREEN value IS 249 (97.66% from 255) = 33.74%
BLUE value IS 255 (100% from 255) = 34.55%
R=31.71%
G=33.74%
B=34.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342492550.080.0200197.1410095.88
HexEAF9FF8200c56460
Octal35237137710200305144140
Binary111010101111100111111111100010001100010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9FF; }

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

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

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

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

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

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

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

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