#87AFBF

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

Shades of Botticelli #87AFBF

Tints of Botticelli #87AFBF

Color information

#87AFBF (or 0x87AFBF) is unknown color: approx Botticelli. HEX triplet: 87, AF and BF. RGB value is (135,175,191). Sum of RGB (Red+Green+Blue) = 135+175+191=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #87AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFBF is #785040. Grayscale: #A4A4A4. Windows color (decimal): -7884865 or 12562311. OLE color: 12562311.

HSL color Cylindrical-coordinate representation of color #87AFBF: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87AFBF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135175191-
CMYK0.290.0800.25
HSL197.14º30.43%63.92%-
HSV(B)197.14º29.32%74.9%-
XYZ34.7339.5755.1-
YUV164.86142.75106.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.95%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 191 (75% from 255) = 38.12%
R=26.95%
G=34.93%
B=38.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351751910.290.0800.25197.1430.4363.92
Hex87AFBF1D8019c51e40
Octal207257277351003130536100
Binary10000111101011111011111111101100001100111000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,175,191); }

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

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

 a { background-color: rgb(135,175,191); }

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

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

 span { border-color: rgb(135,175,191); }

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