#86B0BD

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

Shades of Glacier #86B0BD

Tints of Glacier #86B0BD

Color information

#86B0BD (or 0x86B0BD) is unknown color: approx Glacier. HEX triplet: 86, B0 and BD. RGB value is (134,176,189). Sum of RGB (Red+Green+Blue) = 134+176+189=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #86B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0BD is #794F42. Grayscale: #A4A4A4. Windows color (decimal): -7950147 or 12431494. OLE color: 12431494.

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

Color convert

RGB134176189-
CMYK0.290.0700.26
HSL194.18º29.41%63.33%-
HSV(B)194.18º29.1%74.12%-
XYZ34.5439.7954-
YUV164.92141.59105.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=26.85%
G=35.27%
B=37.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341761890.290.0700.26194.1829.4163.33
Hex86B0BD1D701Ac21d3f
Octal2062602753570323023577
Binary100001101011000010111101111011110110101100001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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