#86BCBF

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

Shades of Glacier #86BCBF

Tints of Glacier #86BCBF

Color information

#86BCBF (or 0x86BCBF) is unknown color: approx Glacier. HEX triplet: 86, BC and BF. RGB value is (134,188,191). Sum of RGB (Red+Green+Blue) = 134+188+191=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #86BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCBF is #794340. Grayscale: #ACACAC. Windows color (decimal): -7947073 or 12565638. OLE color: 12565638.

HSL color Cylindrical-coordinate representation of color #86BCBF: hue angle of 183.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BCBF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134188191-
CMYK0.300.0200.25
HSL183.16º30.81%63.73%-
HSV(B)183.16º29.84%74.9%-
XYZ37.2244.855.98-
YUV172.2138.61100.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 191 (75% from 255) = 37.23%
R=26.12%
G=36.65%
B=37.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341881910.300.0200.25183.1630.8163.73
Hex86BCBF1E2019b71f40
Octal20627427736203126737100
Binary100001101011110010111111111101001100110110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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