#E9FBFC

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

Shades of Azure #E9FBFC

Tints of Azure #E9FBFC

Color information

#E9FBFC (or 0xE9FBFC) is unknown color: approx Azure. HEX triplet: E9, FB and FC. RGB value is (233,251,252). Sum of RGB (Red+Green+Blue) = 233+251+252=736 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.66% from 736); Green value is 251 (98.44% from 255 or 34.10% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FBFC is #160403. Grayscale: #F5F5F5. Windows color (decimal): -1442820 or 16579561. OLE color: 16579561.

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

Color convert

RGB233251252-
CMYK0.080.0000.01
HSL183.16º76%95.1%-
HSV(B)183.16º7.54%98.82%-
XYZ85.6793.35105.6-
YUV245.73131.54118.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.66%
GREEN value IS 251 (98.44% from 255) = 34.10%
BLUE value IS 252 (98.83% from 255) = 34.24%
R=31.66%
G=34.10%
B=34.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332512520.080.0000.01183.167695.1
HexE9FBFC8001b74c5f
Octal35137337410001267114137
Binary11101001111110111111110010000011011011110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FBFC; }

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

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

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

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

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

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

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

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