#87AAB5

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

Shades of Botticelli #87AAB5

Tints of Botticelli #87AAB5

Color information

#87AAB5 (or 0x87AAB5) is unknown color: approx Botticelli. HEX triplet: 87, AA and B5. RGB value is (135,170,181). Sum of RGB (Red+Green+Blue) = 135+170+181=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #87AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAB5 is #78554A. Grayscale: #A0A0A0. Windows color (decimal): -7886155 or 11905671. OLE color: 11905671.

HSL color Cylindrical-coordinate representation of color #87AAB5: hue angle of 194.35º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87AAB5 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135170181-
CMYK0.250.0600.29
HSL194.35º23.71%61.96%-
HSV(B)194.35º25.41%70.98%-
XYZ32.7137.2449.18-
YUV160.79139.4109.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.78%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=27.78%
G=34.98%
B=37.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351701810.250.0600.29194.3523.7161.96
Hex87AAB519601Dc2183e
Octal2072522653160353023076
Binary100001111010101010110101110011100111011100001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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