#E9FAFC

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

Shades of Azure #E9FAFC

Tints of Azure #E9FAFC

Color information

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

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

Color convert

RGB233250252-
CMYK0.080.0100.01
HSL186.32º76%95.1%-
HSV(B)186.32º7.54%98.82%-
XYZ85.3692.72105.49-
YUV245.14131.87119.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332502520.080.0100.01186.327695.1
HexE9FAFC8101ba4c5f
Octal35137237410101272114137
Binary11101001111110101111110010001011011101010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAFC; }

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

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

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

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

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

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

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

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