#E9F8FC

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

Shades of Azure #E9F8FC

Tints of Azure #E9F8FC

Color information

#E9F8FC (or 0xE9F8FC) is unknown color: approx Azure. HEX triplet: E9, F8 and FC. RGB value is (233,248,252). Sum of RGB (Red+Green+Blue) = 233+248+252=733 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.79% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 252 (98.83% from 255 or 34.38% from 733); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9F8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F8FC is #160703. Grayscale: #F3F3F3. Windows color (decimal): -1443588 or 16578793. OLE color: 16578793.

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

Color convert

RGB233248252-
CMYK0.080.0200.01
HSL192.63º76%95.1%-
HSV(B)192.63º7.54%98.82%-
XYZ84.7491.49105.29-
YUV243.97132.53120.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.79%
GREEN value IS 248 (97.27% from 255) = 33.83%
BLUE value IS 252 (98.83% from 255) = 34.38%
R=31.79%
G=33.83%
B=34.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332482520.080.0200.01192.637695.1
HexE9F8FC8201c14c5f
Octal35137037410201301114137
Binary111010011111100011111100100010011100000110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F8FC; }

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

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

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

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

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

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

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

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