#EEF0F0

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

Shades of Azure #EEF0F0

Tints of Azure #EEF0F0

Color information

#EEF0F0 (or 0xEEF0F0) is unknown color: approx Azure. HEX triplet: EE, F0 and F0. RGB value is (238,240,240). Sum of RGB (Red+Green+Blue) = 238+240+240=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #EEF0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0F0 is #110F0F. Grayscale: #EFEFEF. Windows color (decimal): -1117968 or 15790318. OLE color: 15790318.

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

Color convert

RGB238240240-
CMYK0.01000.06
HSL180º6.25%93.73%-
HSV(B)180º0.83%94.12%-
XYZ82.1586.7994.86-
YUV239.4128.34127-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.15%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 240 (94.14% from 255) = 33.43%
R=33.15%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402400.01000.061806.2593.73
HexEEF0F01006b465e
Octal35636036010062646136
Binary111011101111000011110000100110101101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0F0; }

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

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

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

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

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

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

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

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