#EAFAFA

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

Shades of Azure #EAFAFA

Tints of Azure #EAFAFA

Color information

#EAFAFA (or 0xEAFAFA) is unknown color: approx Azure. HEX triplet: EA, FA and FA. RGB value is (234,250,250). Sum of RGB (Red+Green+Blue) = 234+250+250=734 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.88% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #EAFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAFA is #150505. Grayscale: #F5F5F5. Windows color (decimal): -1377542 or 16448234. OLE color: 16448234.

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

Color convert

RGB234250250-
CMYK0.06000.02
HSL180º61.54%94.9%-
HSV(B)180º6.4%98.04%-
XYZ85.3792.77103.85-
YUV245.22130.7120-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.88%
GREEN value IS 250 (98.05% from 255) = 34.06%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=31.88%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502500.06000.0218061.5494.9
HexEAFAFA6002b43e5f
Octal352372372600226476137
Binary1110101011111010111110101100010101101001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAFA; }

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

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

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

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

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

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

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

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