#E8FCFE

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

Shades of Azure #E8FCFE

Tints of Azure #E8FCFE

Color information

#E8FCFE (or 0xE8FCFE) is unknown color: approx Azure. HEX triplet: E8, FC and FE. RGB value is (232,252,254). Sum of RGB (Red+Green+Blue) = 232+252+254=738 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.44% from 738); Green value is 252 (98.83% from 255 or 34.15% 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 #E8FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FCFE is #170301. Grayscale: #F6F6F6. Windows color (decimal): -1508098 or 16710888. OLE color: 16710888.

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

Color convert

RGB232252254-
CMYK0.090.0100.00
HSL185.45º91.67%95.29%-
HSV(B)185.45º8.66%99.61%-
XYZ85.9893.93107.37-
YUV246.25132.37117.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 31.44%
GREEN value IS 252 (98.83% from 255) = 34.15%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=31.44%
G=34.15%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322522540.090.0100.00185.4591.6795.29
HexE8FCFE9100b95c5f
Octal35037437611100271134137
Binary11101000111111001111111010011001011100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FCFE; }

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

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

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

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

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

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

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

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