#EEF1F1

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

Shades of Azure #EEF1F1

Tints of Azure #EEF1F1

Color information

#EEF1F1 (or 0xEEF1F1) is unknown color: approx Azure. HEX triplet: EE, F1 and F1. RGB value is (238,241,241). Sum of RGB (Red+Green+Blue) = 238+241+241=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #EEF1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1F1 is #110E0E. Grayscale: #F0F0F0. Windows color (decimal): -1117711 or 15856110. OLE color: 15856110.

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

Color convert

RGB238241241-
CMYK0.01000.05
HSL180º9.68%93.92%-
HSV(B)180º1.24%94.51%-
XYZ82.5987.4495.74-
YUV240.1128.51126.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.06%
GREEN value IS 241 (94.53% from 255) = 33.47%
BLUE value IS 241 (94.53% from 255) = 33.47%
R=33.06%
G=33.47%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412410.01000.051809.6893.92
HexEEF1F11005b4a5e
Octal356361361100526412136
Binary1110111011110001111100011001011011010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1F1; }

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

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

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

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

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

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

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

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