#E9FEFA

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

Shades of Azure #E9FEFA

Tints of Azure #E9FEFA

Color information

#E9FEFA (or 0xE9FEFA) is unknown color: approx Azure. HEX triplet: E9, FE and FA. RGB value is (233,254,250). Sum of RGB (Red+Green+Blue) = 233+254+250=737 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.61% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FEFA is #160105. Grayscale: #F7F7F7. Windows color (decimal): -1442054 or 16449257. OLE color: 16449257.

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

Color convert

RGB233254250-
CMYK0.0800.020.00
HSL168.57º91.3%95.49%-
HSV(B)168.57º8.27%99.61%-
XYZ86.395.11104.25-
YUV247.26129.54117.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.61%
GREEN value IS 254 (99.61% from 255) = 34.46%
BLUE value IS 250 (98.05% from 255) = 33.92%
R=31.61%
G=34.46%
B=33.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332542500.0800.020.00168.5791.395.49
HexE9FEFA8020a95b5f
Octal35137637210020251133137
Binary111010011111111011111010100001001010100110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FEFA; }

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

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

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

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

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

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

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

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