#87AFBA

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

Shades of Botticelli #87AFBA

Tints of Botticelli #87AFBA

Color information

#87AFBA (or 0x87AFBA) is unknown color: approx Botticelli. HEX triplet: 87, AF and BA. RGB value is (135,175,186). Sum of RGB (Red+Green+Blue) = 135+175+186=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #87AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFBA is #785045. Grayscale: #A4A4A4. Windows color (decimal): -7884870 or 12234631. OLE color: 12234631.

HSL color Cylindrical-coordinate representation of color #87AFBA: hue angle of 192.94º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87AFBA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135175186-
CMYK0.270.0600.27
HSL192.94º26.98%62.94%-
HSV(B)192.94º27.42%72.94%-
XYZ34.1839.3652.25-
YUV164.29140.25107.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=27.22%
G=35.28%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351751860.270.0600.27192.9426.9862.94
Hex87AFBA1B601Bc11b3f
Octal2072572723360333013377
Binary100001111010111110111010110111100110111100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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