#8FACB7

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

Shades of Botticelli #8FACB7

Tints of Botticelli #8FACB7

Color information

#8FACB7 (or 0x8FACB7) is unknown color: approx Botticelli. HEX triplet: 8F, AC and B7. RGB value is (143,172,183). Sum of RGB (Red+Green+Blue) = 143+172+183=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 183 - color contains mainly: blue. Hex color #8FACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACB7 is #705348. Grayscale: #A4A4A4. Windows color (decimal): -7361353 or 12037263. OLE color: 12037263.

HSL color Cylindrical-coordinate representation of color #8FACB7: hue angle of 196.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FACB7 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB143172183-
CMYK0.220.0600.28
HSL196.5º21.74%63.92%-
HSV(B)196.5º21.86%71.76%-
XYZ34.6338.7650.46-
YUV164.58138.39112.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 183 (71.88% from 255) = 36.75%
R=28.71%
G=34.54%
B=36.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431721830.220.0600.28196.521.7463.92
Hex8FACB716601Cc41640
Octal21725426726603430426100
Binary1000111110101100101101111011011001110011000100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,172,183); }

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

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

 a { background-color: rgb(143,172,183); }

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

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

 span { border-color: rgb(143,172,183); }

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