#8EA4A9

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

Shades of Botticelli #8EA4A9

Tints of Botticelli #8EA4A9

Color information

#8EA4A9 (or 0x8EA4A9) is unknown color: approx Botticelli. HEX triplet: 8E, A4 and A9. RGB value is (142,164,169). Sum of RGB (Red+Green+Blue) = 142+164+169=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #8EA4A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA4A9 is #715B56. Grayscale: #9D9D9D. Windows color (decimal): -7428951 or 11117710. OLE color: 11117710.

HSL color Cylindrical-coordinate representation of color #8EA4A9: hue angle of 191.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA4A9 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB142164169-
CMYK0.160.0300.34
HSL191.11º13.57%60.98%-
HSV(B)191.11º15.98%66.27%-
XYZ31.5935.1742.66-
YUV157.99134.21116.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=29.89%
G=34.53%
B=35.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421641690.160.0300.34191.1113.5760.98
Hex8EA4A9103022bfe3d
Octal2162442512030422771675
Binary10001110101001001010100110000110100010101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,169); }

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

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

 a { background-color: rgb(142,164,169); }

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

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

 span { border-color: rgb(142,164,169); }

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