#87AFBC

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

Shades of Botticelli #87AFBC

Tints of Botticelli #87AFBC

Color information

#87AFBC (or 0x87AFBC) is unknown color: approx Botticelli. HEX triplet: 87, AF and BC. RGB value is (135,175,188). Sum of RGB (Red+Green+Blue) = 135+175+188=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #87AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFBC is #785043. Grayscale: #A4A4A4. Windows color (decimal): -7884868 or 12365703. OLE color: 12365703.

HSL color Cylindrical-coordinate representation of color #87AFBC: hue angle of 194.72º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87AFBC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135175188-
CMYK0.280.0700.26
HSL194.72º28.34%63.33%-
HSV(B)194.72º28.19%73.73%-
XYZ34.439.4453.38-
YUV164.52141.25106.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=27.11%
G=35.14%
B=37.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351751880.280.0700.26194.7228.3463.33
Hex87AFBC1C701Ac31c3f
Octal2072572743470323033477
Binary100001111010111110111100111001110110101100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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