#86BDBE

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

Shades of Glacier #86BDBE

Tints of Glacier #86BDBE

Color information

#86BDBE (or 0x86BDBE) is unknown color: approx Glacier. HEX triplet: 86, BD and BE. RGB value is (134,189,190). Sum of RGB (Red+Green+Blue) = 134+189+190=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #86BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDBE is #794241. Grayscale: #ACACAC. Windows color (decimal): -7946818 or 12500358. OLE color: 12500358.

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

Color convert

RGB134189190-
CMYK0.290.0100.25
HSL181.07º30.11%63.53%-
HSV(B)181.07º29.47%74.51%-
XYZ37.3245.1855.47-
YUV172.67137.78100.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=26.12%
G=36.84%
B=37.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341891900.290.0100.25181.0730.1163.53
Hex86BDBE1D1019b51e40
Octal20627527635103126536100
Binary10000110101111011011111011101101100110110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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