#86BBBD

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

Shades of Glacier #86BBBD

Tints of Glacier #86BBBD

Color information

#86BBBD (or 0x86BBBD) is unknown color: approx Glacier. HEX triplet: 86, BB and BD. RGB value is (134,187,189). Sum of RGB (Red+Green+Blue) = 134+187+189=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #86BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBBD is #794442. Grayscale: #ABABAB. Windows color (decimal): -7947331 or 12434310. OLE color: 12434310.

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

Color convert

RGB134187189-
CMYK0.290.0100.26
HSL182.18º29.41%63.33%-
HSV(B)182.18º29.1%74.12%-
XYZ36.7944.2854.75-
YUV171.38137.94101.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=26.27%
G=36.67%
B=37.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341871890.290.0100.26182.1829.4163.33
Hex86BBBD1D101Ab61d3f
Octal2062732753510322663577
Binary1000011010111011101111011110110110101011011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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