#86ABB7

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

Shades of Botticelli #86ABB7

Tints of Botticelli #86ABB7

Color information

#86ABB7 (or 0x86ABB7) is unknown color: approx Botticelli. HEX triplet: 86, AB and B7. RGB value is (134,171,183). Sum of RGB (Red+Green+Blue) = 134+171+183=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #86ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABB7 is #795448. Grayscale: #A1A1A1. Windows color (decimal): -7951433 or 12036998. OLE color: 12036998.

HSL color Cylindrical-coordinate representation of color #86ABB7: hue angle of 194.69º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86ABB7 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB134171183-
CMYK0.270.0700.28
HSL194.69º25.39%62.16%-
HSV(B)194.69º26.78%71.76%-
XYZ32.9437.6150.32-
YUV161.3140.24108.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=27.46%
G=35.04%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341711830.270.0700.28194.6925.3962.16
Hex86ABB71B701Cc3193e
Octal2062532673370343033176
Binary100001101010101110110111110111110111001100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86ABB7; }

 p { color: rgb(134,171,183); }

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

<style>
 a { background-color: #86ABB7; }

 a { background-color: rgb(134,171,183); }

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

<style>
 span { border-color: #86ABB7; }

 span { border-color: rgb(134,171,183); }

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