#87AAB4

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

Shades of Botticelli #87AAB4

Tints of Botticelli #87AAB4

Color information

#87AAB4 (or 0x87AAB4) is unknown color: approx Botticelli. HEX triplet: 87, AA and B4. RGB value is (135,170,180). Sum of RGB (Red+Green+Blue) = 135+170+180=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #87AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAB4 is #78554B. Grayscale: #A0A0A0. Windows color (decimal): -7886156 or 11840135. OLE color: 11840135.

HSL color Cylindrical-coordinate representation of color #87AAB4: hue angle of 193.33º degrees, saturation: 0.23, 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 #87AAB4 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135170180-
CMYK0.250.0600.29
HSL193.33º23.08%61.76%-
HSV(B)193.33º25%70.59%-
XYZ32.637.248.64-
YUV160.67138.9109.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=27.84%
G=35.05%
B=37.11%

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
Decimal1351701800.250.0600.29193.3323.0861.76
Hex87AAB419601Dc1173e
Octal2072522643160353012776
Binary100001111010101010110100110011100111011100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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