#8EA6AF

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

Shades of Botticelli #8EA6AF

Tints of Botticelli #8EA6AF

Color information

#8EA6AF (or 0x8EA6AF) is unknown color: approx Botticelli. HEX triplet: 8E, A6 and AF. RGB value is (142,166,175). Sum of RGB (Red+Green+Blue) = 142+166+175=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA6AF is #715950. Grayscale: #9F9F9F. Windows color (decimal): -7428433 or 11511438. OLE color: 11511438.

HSL color Cylindrical-coordinate representation of color #8EA6AF: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EA6AF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142166175-
CMYK0.190.0500.31
HSL196.36º17.1%62.16%-
HSV(B)196.36º18.86%68.63%-
XYZ32.5336.1245.81-
YUV159.85136.55115.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.40%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=29.40%
G=34.37%
B=36.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421661750.190.0500.31196.3617.162.16
Hex8EA6AF13501Fc4113e
Octal2162462572350373042176
Binary100011101010011010101111100111010111111100010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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