#EEFEFA

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

Shades of Azure #EEFEFA

Tints of Azure #EEFEFA

Color information

#EEFEFA (or 0xEEFEFA) is unknown color: approx Azure. HEX triplet: EE, FE and FA. RGB value is (238,254,250). Sum of RGB (Red+Green+Blue) = 238+254+250=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEFA is #110105. Grayscale: #F8F8F8. Windows color (decimal): -1114374 or 16449262. OLE color: 16449262.

HSL color Cylindrical-coordinate representation of color #EEFEFA: hue angle of 165º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFEFA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB238254250-
CMYK0.0600.020.00
HSL165º88.89%96.47%-
HSV(B)165º6.3%99.61%-
XYZ87.9695.96104.33-
YUV248.76128.7120.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.08%
GREEN value IS 254 (99.61% from 255) = 34.23%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=32.08%
G=34.23%
B=33.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542500.0600.020.0016588.8996.47
HexEEFEFA6020a55960
Octal3563763726020245131140
Binary11101110111111101111101011001001010010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEFA; }

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

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

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

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

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

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

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

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