#E9FAFE

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

Shades of Azure #E9FAFE

Tints of Azure #E9FAFE

Color information

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

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

Color convert

RGB233250254-
CMYK0.080.0200.00
HSL191.43º91.3%95.49%-
HSV(B)191.43º8.27%99.61%-
XYZ85.6892.85107.17-
YUV245.37132.87119.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332502540.080.0200.00191.4391.395.49
HexE9FAFE8200bf5b5f
Octal35137237610200277133137
Binary111010011111101011111110100010001011111110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAFE; }

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

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

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

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

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

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

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

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