#E9FEFC

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

Shades of Azure #E9FEFC

Tints of Azure #E9FEFC

Color information

#E9FEFC (or 0xE9FEFC) is unknown color: approx Azure. HEX triplet: E9, FE and FC. RGB value is (233,254,252). Sum of RGB (Red+Green+Blue) = 233+254+252=739 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.53% from 739); Green value is 254 (99.61% from 255 or 34.37% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FEFC is #160103. Grayscale: #F7F7F7. Windows color (decimal): -1442052 or 16580329. OLE color: 16580329.

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

Color convert

RGB233254252-
CMYK0.0800.010.00
HSL174.29º91.3%95.49%-
HSV(B)174.29º8.27%99.61%-
XYZ86.6295.24105.91-
YUV247.49130.54117.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.53%
GREEN value IS 254 (99.61% from 255) = 34.37%
BLUE value IS 252 (98.83% from 255) = 34.10%
R=31.53%
G=34.37%
B=34.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332542520.0800.010.00174.2991.395.49
HexE9FEFC8010ae5b5f
Octal35137637410010256133137
Binary11101001111111101111110010000101010111010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FEFC; }

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

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

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

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

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

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

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

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