#87AAB3

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

Shades of Botticelli #87AAB3

Tints of Botticelli #87AAB3

Color information

#87AAB3 (or 0x87AAB3) is unknown color: approx Botticelli. HEX triplet: 87, AA and B3. RGB value is (135,170,179). Sum of RGB (Red+Green+Blue) = 135+170+179=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 170 (66.80% from 255 or 35.12% 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 #87AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAB3 is #78554C. Grayscale: #A0A0A0. Windows color (decimal): -7886157 or 11774599. OLE color: 11774599.

HSL color Cylindrical-coordinate representation of color #87AAB3: hue angle of 192.27º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87AAB3 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB135170179-
CMYK0.250.0500.30
HSL192.27º22.45%61.57%-
HSV(B)192.27º24.58%70.2%-
XYZ32.537.1648.11-
YUV160.56138.4109.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.89%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=27.89%
G=35.12%
B=36.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351701790.250.0500.30192.2722.4561.57
Hex87AAB319501Ec0163e
Octal2072522633150363002676
Binary100001111010101010110011110011010111101100000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AAB3; }

 p { color: rgb(135,170,179); }

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

<style>
 a { background-color: #87AAB3; }

 a { background-color: rgb(135,170,179); }

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

<style>
 span { border-color: #87AAB3; }

 span { border-color: rgb(135,170,179); }

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