#E9FFFD

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

Shades of Azure #E9FFFD

Tints of Azure #E9FFFD

Color information

#E9FFFD (or 0xE9FFFD) is unknown color: approx Azure. HEX triplet: E9, FF and FD. RGB value is (233,255,253). Sum of RGB (Red+Green+Blue) = 233+255+253=741 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.44% from 741); Green value is 255 (100% from 255 or 34.41% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FFFD is #160002. Grayscale: #F8F8F8. Windows color (decimal): -1441795 or 16646121. OLE color: 16646121.

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

Color convert

RGB233255253-
CMYK0.0900.010
HSL174.55º100%95.69%-
HSV(B)174.55º8.63%100%-
XYZ87.0995.94106.86-
YUV248.19130.71117.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.44%
GREEN value IS 255 (100% from 255) = 34.41%
BLUE value IS 253 (99.22% from 255) = 34.14%
R=31.44%
G=34.41%
B=34.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332552530.0900.010174.5510095.69
HexE9FFFD9010af6460
Octal35137737511010257144140
Binary11101001111111111111110110010101010111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FFFD; }

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

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

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

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

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

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

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

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