#86AFB6

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

Shades of Botticelli #86AFB6

Tints of Botticelli #86AFB6

Color information

#86AFB6 (or 0x86AFB6) is unknown color: approx Botticelli. HEX triplet: 86, AF and B6. RGB value is (134,175,182). Sum of RGB (Red+Green+Blue) = 134+175+182=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #86AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFB6 is #795049. Grayscale: #A3A3A3. Windows color (decimal): -7950410 or 11972486. OLE color: 11972486.

HSL color Cylindrical-coordinate representation of color #86AFB6: hue angle of 188.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86AFB6 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134175182-
CMYK0.260.0400.29
HSL188.75º24.74%61.96%-
HSV(B)188.75º26.37%71.37%-
XYZ33.639.1150.03-
YUV163.54138.42106.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=27.29%
G=35.64%
B=37.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341751820.260.0400.29188.7524.7461.96
Hex86AFB61A401Dbd193e
Octal2062572663240352753176
Binary100001101010111110110110110101000111011011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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