#8EA6AC

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

Shades of Botticelli #8EA6AC

Tints of Botticelli #8EA6AC

Color information

#8EA6AC (or 0x8EA6AC) is unknown color: approx Botticelli. HEX triplet: 8E, A6 and AC. RGB value is (142,166,172). Sum of RGB (Red+Green+Blue) = 142+166+172=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA6AC is #715953. Grayscale: #9F9F9F. Windows color (decimal): -7428436 or 11314830. OLE color: 11314830.

HSL color Cylindrical-coordinate representation of color #8EA6AC: hue angle of 192º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA6AC is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142166172-
CMYK0.170.0300.33
HSL192º15.31%61.57%-
HSV(B)192º17.44%67.45%-
XYZ32.243644.28-
YUV159.51135.05115.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=29.58%
G=34.58%
B=35.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421661720.170.0300.3319215.3161.57
Hex8EA6AC113021c0f3e
Octal2162462542130413001776
Binary10001110101001101010110010001110100001110000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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