#E9F0F1

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

Shades of Azure #E9F0F1

Tints of Azure #E9F0F1

Color information

#E9F0F1 (or 0xE9F0F1) is unknown color: approx Azure. HEX triplet: E9, F0 and F1. RGB value is (233,240,241). Sum of RGB (Red+Green+Blue) = 233+240+241=714 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.63% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9F0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0F1 is #160F0E. Grayscale: #EEEEEE. Windows color (decimal): -1445647 or 15855849. OLE color: 15855849.

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

Color convert

RGB233240241-
CMYK0.030.0000.05
HSL187.5º22.22%92.94%-
HSV(B)187.5º3.32%94.51%-
XYZ80.6485.9995.57-
YUV238.02129.68124.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.63%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=32.63%
G=33.61%
B=33.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332402410.030.0000.05187.522.2292.94
HexE9F0F13005bc165d
Octal351360361300527426135
Binary111010011111000011110001110010110111100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F0F1; }

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

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

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

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

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

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

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

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