#86BBBF

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

Shades of Glacier #86BBBF

Tints of Glacier #86BBBF

Color information

#86BBBF (or 0x86BBBF) is unknown color: approx Glacier. HEX triplet: 86, BB and BF. RGB value is (134,187,191). Sum of RGB (Red+Green+Blue) = 134+187+191=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #86BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBBF is #794440. Grayscale: #ABABAB. Windows color (decimal): -7947329 or 12565382. OLE color: 12565382.

HSL color Cylindrical-coordinate representation of color #86BBBF: hue angle of 184.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BBBF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134187191-
CMYK0.300.0200.25
HSL184.21º30.81%63.73%-
HSV(B)184.21º29.84%74.9%-
XYZ37.0144.3755.9-
YUV171.61138.94101.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 191 (75% from 255) = 37.30%
R=26.17%
G=36.52%
B=37.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341871910.300.0200.25184.2130.8163.73
Hex86BBBF1E2019b81f40
Octal20627327736203127037100
Binary100001101011101110111111111101001100110111000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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