#EAFAFF

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

Shades of Alice Blue #EAFAFF

Tints of Alice Blue #EAFAFF

Color information

#EAFAFF (or 0xEAFAFF) is unknown color: approx Alice Blue. HEX triplet: EA, FA and FF. RGB value is (234,250,255). Sum of RGB (Red+Green+Blue) = 234+250+255=739 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.66% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAFF is #150500. Grayscale: #F5F5F5. Windows color (decimal): -1377537 or 16775914. OLE color: 16775914.

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

Color convert

RGB234250255-
CMYK0.080.0200
HSL194.29º100%95.88%-
HSV(B)194.29º8.24%100%-
XYZ86.1793.08108.03-
YUV245.79133.2119.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.66%
GREEN value IS 250 (98.05% from 255) = 33.83%
BLUE value IS 255 (100% from 255) = 34.51%
R=31.66%
G=33.83%
B=34.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342502550.080.0200194.2910095.88
HexEAFAFF8200c26460
Octal35237237710200302144140
Binary111010101111101011111111100010001100001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAFF; }

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

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

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

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

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

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

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

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