#E9FCFF

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

Shades of Azure #E9FCFF

Tints of Azure #E9FCFF

Color information

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

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

Color convert

RGB233252255-
CMYK0.090.0100
HSL188.18º100%95.69%-
HSV(B)188.18º8.63%100%-
XYZ86.4694.16108.23-
YUV246.66132.71118.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332522550.090.0100188.1810095.69
HexE9FCFF9100bc6460
Octal35137437711100274144140
Binary11101001111111001111111110011001011110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FCFF; }

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

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

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

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

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

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

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

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