#E9FEF9

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

Shades of Azure #E9FEF9

Tints of Azure #E9FEF9

Color information

#E9FEF9 (or 0xE9FEF9) is unknown color: approx Azure. HEX triplet: E9, FE and F9. RGB value is (233,254,249). Sum of RGB (Red+Green+Blue) = 233+254+249=736 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.66% from 736); Green value is 254 (99.61% from 255 or 34.51% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FEF9 is #160106. Grayscale: #F7F7F7. Windows color (decimal): -1442055 or 16383721. OLE color: 16383721.

HSL color Cylindrical-coordinate representation of color #E9FEF9: hue angle of 165.71º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9FEF9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB233254249-
CMYK0.0800.020.00
HSL165.71º91.3%95.49%-
HSV(B)165.71º8.27%99.61%-
XYZ86.1495.05103.43-
YUV247.15129.04117.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.66%
GREEN value IS 254 (99.61% from 255) = 34.51%
BLUE value IS 249 (97.66% from 255) = 33.83%
R=31.66%
G=34.51%
B=33.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332542490.0800.020.00165.7191.395.49
HexE9FEF98020a65b5f
Octal35137637110020246133137
Binary111010011111111011111001100001001010011010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FEF9; }

 p { color: rgb(233,254,249); }

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

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

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

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

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

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

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