#86AFBA

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

Shades of Botticelli #86AFBA

Tints of Botticelli #86AFBA

Color information

#86AFBA (or 0x86AFBA) is unknown color: approx Botticelli. HEX triplet: 86, AF and BA. RGB value is (134,175,186). Sum of RGB (Red+Green+Blue) = 134+175+186=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #86AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFBA is #795045. Grayscale: #A3A3A3. Windows color (decimal): -7950406 or 12234630. OLE color: 12234630.

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

Color convert

RGB134175186-
CMYK0.280.0600.27
HSL192.69º27.37%62.75%-
HSV(B)192.69º27.96%72.94%-
XYZ34.0239.2752.24-
YUV164140.42106.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=27.07%
G=35.35%
B=37.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341751860.280.0600.27192.6927.3762.75
Hex86AFBA1C601Bc11b3f
Octal2062572723460333013377
Binary100001101010111110111010111001100110111100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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