#87AFB5

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

Shades of Botticelli #87AFB5

Tints of Botticelli #87AFB5

Color information

#87AFB5 (or 0x87AFB5) is unknown color: approx Botticelli. HEX triplet: 87, AF and B5. RGB value is (135,175,181). Sum of RGB (Red+Green+Blue) = 135+175+181=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #87AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFB5 is #78504A. Grayscale: #A3A3A3. Windows color (decimal): -7884875 or 11906951. OLE color: 11906951.

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

Color convert

RGB135175181-
CMYK0.250.0300.29
HSL187.83º23.71%61.96%-
HSV(B)187.83º25.41%70.98%-
XYZ33.6639.1549.5-
YUV163.72137.75107.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=27.49%
G=35.64%
B=36.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351751810.250.0300.29187.8323.7161.96
Hex87AFB519301Dbc183e
Octal2072572653130352743076
Binary10000111101011111011010111001110111011011110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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