#E9FBFE

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

Shades of Azure #E9FBFE

Tints of Azure #E9FBFE

Color information

#E9FBFE (or 0xE9FBFE) is unknown color: approx Azure. HEX triplet: E9, FB and FE. RGB value is (233,251,254). Sum of RGB (Red+Green+Blue) = 233+251+254=738 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.57% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9FBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FBFE is #160401. Grayscale: #F5F5F5. Windows color (decimal): -1442818 or 16710633. OLE color: 16710633.

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

Color convert

RGB233251254-
CMYK0.080.0100.00
HSL188.57º91.3%95.49%-
HSV(B)188.57º8.27%99.61%-
XYZ85.9993.47107.28-
YUV245.96132.54118.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.57%
GREEN value IS 251 (98.44% from 255) = 34.01%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=31.57%
G=34.01%
B=34.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332512540.080.0100.00188.5791.395.49
HexE9FBFE8100bd5b5f
Octal35137337610100275133137
Binary11101001111110111111111010001001011110110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FBFE; }

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

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

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

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

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

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

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

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