#EEFAFA

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

Shades of Azure #EEFAFA

Tints of Azure #EEFAFA

Color information

#EEFAFA (or 0xEEFAFA) is unknown color: approx Azure. HEX triplet: EE, FA and FA. RGB value is (238,250,250). Sum of RGB (Red+Green+Blue) = 238+250+250=738 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.25% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #EEFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAFA is #110505. Grayscale: #F6F6F6. Windows color (decimal): -1115398 or 16448238. OLE color: 16448238.

HSL color Cylindrical-coordinate representation of color #EEFAFA: hue angle of 180º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEFAFA is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238250250-
CMYK0.05000.02
HSL180º54.55%95.69%-
HSV(B)180º4.8%98.04%-
XYZ86.793.45103.91-
YUV246.41130.02122-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.25%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 250 (98.05% from 255) = 33.88%
R=32.25%
G=33.88%
B=33.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502500.05000.0218054.5595.69
HexEEFAFA5002b43760
Octal356372372500226467140
Binary1110111011111010111110101010010101101001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAFA; }

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

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

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

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

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

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

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

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