#86AFBC

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

Shades of Botticelli #86AFBC

Tints of Botticelli #86AFBC

Color information

#86AFBC (or 0x86AFBC) is unknown color: approx Botticelli. HEX triplet: 86, AF and BC. RGB value is (134,175,188). Sum of RGB (Red+Green+Blue) = 134+175+188=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #86AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFBC is #795043. Grayscale: #A4A4A4. Windows color (decimal): -7950404 or 12365702. OLE color: 12365702.

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

Color convert

RGB134175188-
CMYK0.290.0700.26
HSL194.44º28.72%63.14%-
HSV(B)194.44º28.72%73.73%-
XYZ34.2439.3653.37-
YUV164.22141.42106.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=26.96%
G=35.21%
B=37.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341751880.290.0700.26194.4428.7263.14
Hex86AFBC1D701Ac21d3f
Octal2062572743570323023577
Binary100001101010111110111100111011110110101100001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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