#E9FFFA

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

Shades of Azure #E9FFFA

Tints of Azure #E9FFFA

Color information

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

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

Color convert

RGB233255250-
CMYK0.0900.020
HSL166.36º100%95.69%-
HSV(B)166.36º8.63%100%-
XYZ86.6295.75104.36-
YUV247.85129.21117.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332552500.0900.020166.3610095.69
HexE9FFFA9020a66460
Octal35137737211020246144140
Binary111010011111111111111010100101001010011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FFFA; }

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

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

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

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

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

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

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

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