#EEF2F3

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

Shades of Azure #EEF2F3

Tints of Azure #EEF2F3

Color information

#EEF2F3 (or 0xEEF2F3) is unknown color: approx Azure. HEX triplet: EE, F2 and F3. RGB value is (238,242,243). Sum of RGB (Red+Green+Blue) = 238+242+243=723 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.92% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 243 (95.31% from 255 or 33.61% from 723); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEF2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2F3 is #110D0C. Grayscale: #F0F0F0. Windows color (decimal): -1117453 or 15987438. OLE color: 15987438.

HSL color Cylindrical-coordinate representation of color #EEF2F3: hue angle of 192º 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 #EEF2F3 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238242243-
CMYK0.020.0000.05
HSL192º17.24%94.31%-
HSV(B)192º2.06%95.29%-
XYZ83.1988.1597.42-
YUV240.92129.17125.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.92%
GREEN value IS 242 (94.92% from 255) = 33.47%
BLUE value IS 243 (95.31% from 255) = 33.61%
R=32.92%
G=33.47%
B=33.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422430.020.0000.0519217.2494.31
HexEEF2F32005c0115e
Octal356362363200530021136
Binary111011101111001011110011100010111000000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2F3; }

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

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

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

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

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

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

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

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