#E8FEFE

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

Shades of Azure #E8FEFE

Tints of Azure #E8FEFE

Color information

#E8FEFE (or 0xE8FEFE) is unknown color: approx Azure. HEX triplet: E8, FE and FE. RGB value is (232,254,254). Sum of RGB (Red+Green+Blue) = 232+254+254=740 (98% of max value = 765). Red value is 232 (91.02% from 255 or 31.35% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #E8FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FEFE is #170101. Grayscale: #F7F7F7. Windows color (decimal): -1507586 or 16711400. OLE color: 16711400.

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

Color convert

RGB232254254-
CMYK0.09000.00
HSL180º91.67%95.29%-
HSV(B)180º8.66%99.61%-
XYZ86.6195.2107.58-
YUV247.42131.71117-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 31.35%
GREEN value IS 254 (99.61% from 255) = 34.32%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=31.35%
G=34.32%
B=34.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322542540.09000.0018091.6795.29
HexE8FEFE9000b45c5f
Octal35037637611000264134137
Binary11101000111111101111111010010001011010010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FEFE; }

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

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

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

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

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

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

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

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