#8FABAE

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

Shades of Botticelli #8FABAE

Tints of Botticelli #8FABAE

Color information

#8FABAE (or 0x8FABAE) is unknown color: approx Botticelli. HEX triplet: 8F, AB and AE. RGB value is (143,171,174). Sum of RGB (Red+Green+Blue) = 143+171+174=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABAE is #705451. Grayscale: #A2A2A2. Windows color (decimal): -7361618 or 11447183. OLE color: 11447183.

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

Color convert

RGB143171174-
CMYK0.180.0200.32
HSL185.81º16.06%62.16%-
HSV(B)185.81º17.82%68.24%-
XYZ33.5338.0245.62-
YUV162.97134.22113.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=29.30%
G=35.04%
B=35.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431711740.180.0200.32185.8116.0662.16
Hex8FABAE122020ba103e
Octal2172532562220402722076
Binary100011111010101110101110100101001000001011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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