#E9FAF9

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

Shades of Azure #E9FAF9

Tints of Azure #E9FAF9

Color information

#E9FAF9 (or 0xE9FAF9) is unknown color: approx Azure. HEX triplet: E9, FA and F9. RGB value is (233,250,249). Sum of RGB (Red+Green+Blue) = 233+250+249=732 (96% of max value = 765). Red value is 233 (91.41% from 255 or 31.83% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 249 (97.66% from 255 or 34.02% from 732); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAF9 is #160506. Grayscale: #F4F4F4. Windows color (decimal): -1443079 or 16382697. OLE color: 16382697.

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

Color convert

RGB233250249-
CMYK0.0700.000.02
HSL176.47º62.96%94.71%-
HSV(B)176.47º6.8%98.04%-
XYZ84.8992.53103.01-
YUV244.8130.37119.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.83%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 249 (97.66% from 255) = 34.02%
R=31.83%
G=34.15%
B=34.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332502490.0700.000.02176.4762.9694.71
HexE9FAF97002b03f5f
Octal351372371700226077137
Binary1110100111111010111110011110010101100001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAF9; }

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

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

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

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

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

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

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

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