#E9FEFD

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

Shades of Azure #E9FEFD

Tints of Azure #E9FEFD

Color information

#E9FEFD (or 0xE9FEFD) is unknown color: approx Azure. HEX triplet: E9, FE and FD. RGB value is (233,254,253). Sum of RGB (Red+Green+Blue) = 233+254+253=740 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.49% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FEFD is #160102. Grayscale: #F7F7F7. Windows color (decimal): -1442051 or 16645865. OLE color: 16645865.

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

Color convert

RGB233254253-
CMYK0.0800.000.00
HSL177.14º91.3%95.49%-
HSV(B)177.14º8.27%99.61%-
XYZ86.7895.3106.75-
YUV247.61131.04117.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.49%
GREEN value IS 254 (99.61% from 255) = 34.32%
BLUE value IS 253 (99.22% from 255) = 34.19%
R=31.49%
G=34.32%
B=34.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332542530.0800.000.00177.1491.395.49
HexE9FEFD8000b15b5f
Octal35137637510000261133137
Binary11101001111111101111110110000001011000110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FEFD; }

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

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

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

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

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

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

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

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