#8EA6AE

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

Shades of Botticelli #8EA6AE

Tints of Botticelli #8EA6AE

Color information

#8EA6AE (or 0x8EA6AE) is unknown color: approx Botticelli. HEX triplet: 8E, A6 and AE. RGB value is (142,166,174). Sum of RGB (Red+Green+Blue) = 142+166+174=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #8EA6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA6AE is #715951. Grayscale: #9F9F9F. Windows color (decimal): -7428434 or 11445902. OLE color: 11445902.

HSL color Cylindrical-coordinate representation of color #8EA6AE: hue angle of 195º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EA6AE is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142166174-
CMYK0.180.0500.32
HSL195º16.49%61.96%-
HSV(B)195º18.39%68.24%-
XYZ32.4336.0845.3-
YUV159.74136.05115.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=29.46%
G=34.44%
B=36.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421661740.180.0500.3219516.4961.96
Hex8EA6AE125020c3103e
Octal2162462562250403032076
Binary1000111010100110101011101001010101000001100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA6AE; }

 p { color: rgb(142,166,174); }

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

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

 a { background-color: rgb(142,166,174); }

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

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

 span { border-color: rgb(142,166,174); }

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