#E9F1F1

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

Shades of Azure #E9F1F1

Tints of Azure #E9F1F1

Color information

#E9F1F1 (or 0xE9F1F1) is unknown color: approx Azure. HEX triplet: E9, F1 and F1. RGB value is (233,241,241). Sum of RGB (Red+Green+Blue) = 233+241+241=715 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.59% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #E9F1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F1F1 is #160E0E. Grayscale: #EEEEEE. Windows color (decimal): -1445391 or 15856105. OLE color: 15856105.

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

Color convert

RGB233241241-
CMYK0.03000.05
HSL180º22.22%92.94%-
HSV(B)180º3.32%94.51%-
XYZ80.9486.5995.67-
YUV238.61129.35124-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.59%
GREEN value IS 241 (94.53% from 255) = 33.71%
BLUE value IS 241 (94.53% from 255) = 33.71%
R=32.59%
G=33.71%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332412410.03000.0518022.2292.94
HexE9F1F13005b4165d
Octal351361361300526426135
Binary111010011111000111110001110010110110100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F1F1; }

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

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

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

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

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

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

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

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