#E9FAFF

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

Shades of Azure #E9FAFF

Tints of Azure #E9FAFF

Color information

#E9FAFF (or 0xE9FAFF) is unknown color: approx Azure. HEX triplet: E9, FA and FF. RGB value is (233,250,255). Sum of RGB (Red+Green+Blue) = 233+250+255=738 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.57% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAFF is #160500. Grayscale: #F5F5F5. Windows color (decimal): -1443073 or 16775913. OLE color: 16775913.

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

Color convert

RGB233250255-
CMYK0.090.0200
HSL193.64º100%95.69%-
HSV(B)193.64º8.63%100%-
XYZ85.8492.91108.02-
YUV245.49133.37119.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.57%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 255 (100% from 255) = 34.55%
R=31.57%
G=33.88%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332502550.090.0200193.6410095.69
HexE9FAFF9200c26460
Octal35137237711200302144140
Binary111010011111101011111111100110001100001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAFF; }

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

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

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

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

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

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

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

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