#86ABB3

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

Shades of Botticelli #86ABB3

Tints of Botticelli #86ABB3

Color information

#86ABB3 (or 0x86ABB3) is unknown color: approx Botticelli. HEX triplet: 86, AB and B3. RGB value is (134,171,179). Sum of RGB (Red+Green+Blue) = 134+171+179=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #86ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABB3 is #79544C. Grayscale: #A0A0A0. Windows color (decimal): -7951437 or 11774854. OLE color: 11774854.

HSL color Cylindrical-coordinate representation of color #86ABB3: hue angle of 190.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86ABB3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB134171179-
CMYK0.250.0400.30
HSL190.67º22.84%61.37%-
HSV(B)190.67º25.14%70.2%-
XYZ32.5337.4548.16-
YUV160.85138.24108.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.69%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=27.69%
G=35.33%
B=36.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341711790.250.0400.30190.6722.8461.37
Hex86ABB319401Ebf173d
Octal2062532633140362772775
Binary100001101010101110110011110011000111101011111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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