#E8FAFE

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

Shades of Azure #E8FAFE

Tints of Azure #E8FAFE

Color information

#E8FAFE (or 0xE8FAFE) is unknown color: approx Azure. HEX triplet: E8, FA and FE. RGB value is (232,250,254). Sum of RGB (Red+Green+Blue) = 232+250+254=736 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.52% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAFE is #170501. Grayscale: #F5F5F5. Windows color (decimal): -1508610 or 16710376. OLE color: 16710376.

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

Color convert

RGB232250254-
CMYK0.090.0200.00
HSL190.91º91.67%95.29%-
HSV(B)190.91º8.66%99.61%-
XYZ85.3592.68107.16-
YUV245.07133.04118.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 31.52%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 254 (99.61% from 255) = 34.51%
R=31.52%
G=33.97%
B=34.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322502540.090.0200.00190.9191.6795.29
HexE8FAFE9200bf5c5f
Octal35037237611200277134137
Binary111010001111101011111110100110001011111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FAFE; }

 p { color: rgb(232,250,254); }

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

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

 a { background-color: rgb(232,250,254); }

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

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

 span { border-color: rgb(232,250,254); }

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