#EEF3F3

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

Shades of Azure #EEF3F3

Tints of Azure #EEF3F3

Color information

#EEF3F3 (or 0xEEF3F3) is unknown color: approx Azure. HEX triplet: EE, F3 and F3. RGB value is (238,243,243). Sum of RGB (Red+Green+Blue) = 238+243+243=724 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.87% from 724); Green value is 243 (95.31% from 255 or 33.56% from 724); Blue value is 243 (95.31% from 255 or 33.56% from 724); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #EEF3F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF3F3 is #110C0C. Grayscale: #F1F1F1. Windows color (decimal): -1117197 or 15987694. OLE color: 15987694.

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

Color convert

RGB238243243-
CMYK0.02000.05
HSL180º17.24%94.31%-
HSV(B)180º2.06%95.29%-
XYZ83.4988.7597.52-
YUV241.5128.84125.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.87%
GREEN value IS 243 (95.31% from 255) = 33.56%
BLUE value IS 243 (95.31% from 255) = 33.56%
R=32.87%
G=33.56%
B=33.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382432430.02000.0518017.2494.31
HexEEF3F32005b4115e
Octal356363363200526421136
Binary111011101111001111110011100010110110100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF3F3; }

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

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

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

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

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

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

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

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