#86B7BD

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

Shades of Glacier #86B7BD

Tints of Glacier #86B7BD

Color information

#86B7BD (or 0x86B7BD) is unknown color: approx Glacier. HEX triplet: 86, B7 and BD. RGB value is (134,183,189). Sum of RGB (Red+Green+Blue) = 134+183+189=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #86B7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B7BD is #794842. Grayscale: #A8A8A8. Windows color (decimal): -7948355 or 12433286. OLE color: 12433286.

HSL color Cylindrical-coordinate representation of color #86B7BD: hue angle of 186.55º 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 #86B7BD is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134183189-
CMYK0.290.0300.26
HSL186.55º29.41%63.33%-
HSV(B)186.55º29.1%74.12%-
XYZ35.9542.6154.47-
YUV169.03139.27103.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.48%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=26.48%
G=36.17%
B=37.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341831890.290.0300.26186.5529.4163.33
Hex86B7BD1D301Abb1d3f
Octal2062672753530322733577
Binary10000110101101111011110111101110110101011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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