#86B7BA

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

Shades of Glacier #86B7BA

Tints of Glacier #86B7BA

Color information

#86B7BA (or 0x86B7BA) is unknown color: approx Glacier. HEX triplet: 86, B7 and BA. RGB value is (134,183,186). Sum of RGB (Red+Green+Blue) = 134+183+186=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #86B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B7BA is #794845. Grayscale: #A8A8A8. Windows color (decimal): -7948358 or 12236678. OLE color: 12236678.

HSL color Cylindrical-coordinate representation of color #86B7BA: hue angle of 183.46º 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 #86B7BA is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134183186-
CMYK0.280.0200.27
HSL183.46º27.37%62.75%-
HSV(B)183.46º27.96%72.94%-
XYZ35.6342.4852.78-
YUV168.69137.77103.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=26.64%
G=36.38%
B=36.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341831860.280.0200.27183.4627.3762.75
Hex86B7BA1C201Bb71b3f
Octal2062672723420332673377
Binary10000110101101111011101011100100110111011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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