#E9FCFE

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

Shades of Azure #E9FCFE

Tints of Azure #E9FCFE

Color information

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

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

Color convert

RGB233252254-
CMYK0.080.0100.00
HSL185.71º91.3%95.49%-
HSV(B)185.71º8.27%99.61%-
XYZ86.394.1107.38-
YUV246.55132.21118.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332522540.080.0100.00185.7191.395.49
HexE9FCFE8100ba5b5f
Octal35137437610100272133137
Binary11101001111111001111111010001001011101010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FCFE; }

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

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

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

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

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

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

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

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