#E8F5F5

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

Shades of Azure #E8F5F5

Tints of Azure #E8F5F5

Color information

#E8F5F5 (or 0xE8F5F5) is unknown color: approx Azure. HEX triplet: E8, F5 and F5. RGB value is (232,245,245). Sum of RGB (Red+Green+Blue) = 232+245+245=722 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.13% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 245 - color contains mainly: green, blue. Hex color #E8F5F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F5F5 is #170A0A. Grayscale: #F1F1F1. Windows color (decimal): -1509899 or 16119272. OLE color: 16119272.

HSL color Cylindrical-coordinate representation of color #E8F5F5: hue angle of 180º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8F5F5 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232245245-
CMYK0.05000.04
HSL180º39.39%93.53%-
HSV(B)180º5.31%96.08%-
XYZ82.4189.0599.23-
YUV241.11130.19121.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.13%
GREEN value IS 245 (96.09% from 255) = 33.93%
BLUE value IS 245 (96.09% from 255) = 33.93%
R=32.13%
G=33.93%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2322452450.05000.0418039.3993.53
HexE8F5F55004b4275e
Octal350365365500426447136
Binary11101000111101011111010110100100101101001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F5F5; }

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

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

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

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

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

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

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

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