#E9FFFE

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

Shades of Azure #E9FFFE

Tints of Azure #E9FFFE

Color information

#E9FFFE (or 0xE9FFFE) is unknown color: approx Azure. HEX triplet: E9, FF and FE. RGB value is (233,255,254). Sum of RGB (Red+Green+Blue) = 233+255+254=742 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.40% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FFFE is #160001. Grayscale: #F8F8F8. Windows color (decimal): -1441794 or 16711657. OLE color: 16711657.

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

Color convert

RGB233255254-
CMYK0.0900.000
HSL177.27º100%95.69%-
HSV(B)177.27º8.63%100%-
XYZ87.2596107.7-
YUV248.31131.21117.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.40%
GREEN value IS 255 (100% from 255) = 34.37%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=31.40%
G=34.37%
B=34.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332552540.0900.000177.2710095.69
HexE9FFFE9000b16460
Octal35137737611000261144140
Binary11101001111111111111111010010001011000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FFFE; }

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

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

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

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

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

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

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

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