#E9FDFF

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

Shades of Azure #E9FDFF

Tints of Azure #E9FDFF

Color information

#E9FDFF (or 0xE9FDFF) is unknown color: approx Azure. HEX triplet: E9, FD and FF. RGB value is (233,253,255). Sum of RGB (Red+Green+Blue) = 233+253+255=741 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.44% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FDFF is #160200. Grayscale: #F7F7F7. Windows color (decimal): -1442305 or 16776681. OLE color: 16776681.

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

Color convert

RGB233253255-
CMYK0.090.0100
HSL185.45º100%95.69%-
HSV(B)185.45º8.63%100%-
XYZ86.7894.79108.33-
YUV247.25132.37117.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.44%
GREEN value IS 253 (99.22% from 255) = 34.14%
BLUE value IS 255 (100% from 255) = 34.41%
R=31.44%
G=34.14%
B=34.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332532550.090.0100185.4510095.69
HexE9FDFF9100b96460
Octal35137537711100271144140
Binary11101001111111011111111110011001011100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FDFF; }

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

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

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

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

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

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

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

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