#8EACAF

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

Shades of Botticelli #8EACAF

Tints of Botticelli #8EACAF

Color information

#8EACAF (or 0x8EACAF) is unknown color: approx Botticelli. HEX triplet: 8E, AC and AF. RGB value is (142,172,175). Sum of RGB (Red+Green+Blue) = 142+172+175=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACAF is #715350. Grayscale: #A3A3A3. Windows color (decimal): -7426897 or 11512974. OLE color: 11512974.

HSL color Cylindrical-coordinate representation of color #8EACAF: hue angle of 185.45º 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 #8EACAF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142172175-
CMYK0.190.0200.31
HSL185.45º17.1%62.16%-
HSV(B)185.45º18.86%68.63%-
XYZ33.6538.3546.19-
YUV163.37134.56112.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=29.04%
G=35.17%
B=35.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421721750.190.0200.31185.4517.162.16
Hex8EACAF13201Fb9113e
Octal2162542572320372712176
Binary10001110101011001010111110011100111111011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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