#E9FFFC

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

Shades of Azure #E9FFFC

Tints of Azure #E9FFFC

Color information

#E9FFFC (or 0xE9FFFC) is unknown color: approx Azure. HEX triplet: E9, FF and FC. RGB value is (233,255,252). Sum of RGB (Red+Green+Blue) = 233+255+252=740 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.49% from 740); Green value is 255 (100% from 255 or 34.46% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FFFC is #160003. Grayscale: #F8F8F8. Windows color (decimal): -1441796 or 16580585. OLE color: 16580585.

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

Color convert

RGB233255252-
CMYK0.0900.010
HSL171.82º100%95.69%-
HSV(B)171.82º8.63%100%-
XYZ86.9395.87106.02-
YUV248.08130.21117.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.49%
GREEN value IS 255 (100% from 255) = 34.46%
BLUE value IS 252 (98.83% from 255) = 34.05%
R=31.49%
G=34.46%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332552520.0900.010171.8210095.69
HexE9FFFC9010ac6460
Octal35137737411010254144140
Binary11101001111111111111110010010101010110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FFFC; }

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

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

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

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

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

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

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

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