#E9FCFA

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

Shades of Azure #E9FCFA

Tints of Azure #E9FCFA

Color information

#E9FCFA (or 0xE9FCFA) is unknown color: approx Azure. HEX triplet: E9, FC and FA. RGB value is (233,252,250). Sum of RGB (Red+Green+Blue) = 233+252+250=735 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.70% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 252 - color contains mainly: green. Hex color #E9FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FCFA is #160305. Grayscale: #F6F6F6. Windows color (decimal): -1442566 or 16448745. OLE color: 16448745.

HSL color Cylindrical-coordinate representation of color #E9FCFA: hue angle of 173.68º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9FCFA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB233252250-
CMYK0.0800.010.01
HSL173.68º76%95.1%-
HSV(B)173.68º7.54%98.82%-
XYZ85.6793.85104.04-
YUV246.09130.21118.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.70%
GREEN value IS 252 (98.83% from 255) = 34.29%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=31.70%
G=34.29%
B=34.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332522500.0800.010.01173.687695.1
HexE9FCFA8011ae4c5f
Octal35137437210011256114137
Binary11101001111111001111101010000111010111010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FCFA; }

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

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

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

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

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

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

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

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