#E8F8F6

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

Shades of Azure #E8F8F6

Tints of Azure #E8F8F6

Color information

#E8F8F6 (or 0xE8F8F6) is unknown color: approx Azure. HEX triplet: E8, F8 and F6. RGB value is (232,248,246). Sum of RGB (Red+Green+Blue) = 232+248+246=726 (96% of max value = 765). Red value is 232 (91.02% from 255 or 31.96% from 726); Green value is 248 (97.27% from 255 or 34.16% from 726); Blue value is 246 (96.48% from 255 or 33.88% from 726); Max value from RGB is 248 - color contains mainly: green. Hex color #E8F8F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F8F6 is #170709. Grayscale: #F2F2F2. Windows color (decimal): -1509130 or 16185576. OLE color: 16185576.

HSL color Cylindrical-coordinate representation of color #E8F8F6: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8F8F6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB232248246-
CMYK0.0600.010.03
HSL172.5º53.33%94.12%-
HSV(B)172.5º6.45%97.25%-
XYZ83.4890.94100.34-
YUV242.99129.7120.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 31.96%
GREEN value IS 248 (97.27% from 255) = 34.16%
BLUE value IS 246 (96.48% from 255) = 33.88%
R=31.96%
G=34.16%
B=33.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2322482460.0600.010.03172.553.3394.12
HexE8F8F66013ac355e
Octal350370366601325465136
Binary1110100011111000111101101100111101011001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F8F6; }

 p { color: rgb(232,248,246); }

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

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

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

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

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

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

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