#8FA8AE

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

Shades of Botticelli #8FA8AE

Tints of Botticelli #8FA8AE

Color information

#8FA8AE (or 0x8FA8AE) is unknown color: approx Botticelli. HEX triplet: 8F, A8 and AE. RGB value is (143,168,174). Sum of RGB (Red+Green+Blue) = 143+168+174=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA8AE is #705751. Grayscale: #A1A1A1. Windows color (decimal): -7362386 or 11446415. OLE color: 11446415.

HSL color Cylindrical-coordinate representation of color #8FA8AE: hue angle of 191.61º 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 #8FA8AE is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143168174-
CMYK0.180.0300.32
HSL191.61º16.06%62.16%-
HSV(B)191.61º17.82%68.24%-
XYZ32.9736.945.43-
YUV161.21135.22115.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.48%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=29.48%
G=34.64%
B=35.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431681740.180.0300.32191.6116.0662.16
Hex8FA8AE123020c0103e
Octal2172502562230403002076
Binary100011111010100010101110100101101000001100000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,168,174); }

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

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

 a { background-color: rgb(143,168,174); }

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

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

 span { border-color: rgb(143,168,174); }

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