#E9FFFF

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

Shades of Azure #E9FFFF

Tints of Azure #E9FFFF

Color information

#E9FFFF (or 0xE9FFFF) is unknown color: approx Azure. HEX triplet: E9, FF and FF. RGB value is (233,255,255). Sum of RGB (Red+Green+Blue) = 233+255+255=743 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.36% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #E9FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FFFF is #160000. Grayscale: #F8F8F8. Windows color (decimal): -1441793 or 16777193. OLE color: 16777193.

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

Color convert

RGB233255255-
CMYK0.09000
HSL180º100%95.69%-
HSV(B)180º8.63%100%-
XYZ87.4196.06108.54-
YUV248.42131.71117-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.36%
GREEN value IS 255 (100% from 255) = 34.32%
BLUE value IS 255 (100% from 255) = 34.32%
R=31.36%
G=34.32%
B=34.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332552550.0900018010095.69
HexE9FFFF9000b46460
Octal35137737711000264144140
Binary11101001111111111111111110010001011010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FFFF; }

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

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

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

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

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

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

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

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