#EEEFEF

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

Shades of Azure #EEEFEF

Tints of Azure #EEEFEF

Color information

#EEEFEF (or 0xEEEFEF) is unknown color: approx Azure. HEX triplet: EE, EF and EF. RGB value is (238,239,239). Sum of RGB (Red+Green+Blue) = 238+239+239=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #EEEFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFEF is #111010. Grayscale: #EEEEEE. Windows color (decimal): -1118225 or 15724526. OLE color: 15724526.

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

Color convert

RGB238239239-
CMYK0.00000.06
HSL180º3.03%93.53%-
HSV(B)180º0.42%93.73%-
XYZ81.7186.1493.98-
YUV238.7128.17127.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.24%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 239 (93.75% from 255) = 33.38%
R=33.24%
G=33.38%
B=33.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392390.00000.061803.0393.53
HexEEEFEF0006b435e
Octal35635735700062643136
Binary11101110111011111110111100011010110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFEF; }

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

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

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

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

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

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

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

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