#86BABD

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

Shades of Glacier #86BABD

Tints of Glacier #86BABD

Color information

#86BABD (or 0x86BABD) is unknown color: approx Glacier. HEX triplet: 86, BA and BD. RGB value is (134,186,189). Sum of RGB (Red+Green+Blue) = 134+186+189=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #86BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BABD is #794542. Grayscale: #AAAAAA. Windows color (decimal): -7947587 or 12434054. OLE color: 12434054.

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

Color convert

RGB134186189-
CMYK0.290.0200.26
HSL183.27º29.41%63.33%-
HSV(B)183.27º29.1%74.12%-
XYZ36.5843.8654.68-
YUV170.79138.27101.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=26.33%
G=36.54%
B=37.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341861890.290.0200.26183.2729.4163.33
Hex86BABD1D201Ab71d3f
Octal2062722753520322673577
Binary10000110101110101011110111101100110101011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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