#86B2BE

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

Shades of Glacier #86B2BE

Tints of Glacier #86B2BE

Color information

#86B2BE (or 0x86B2BE) is unknown color: approx Glacier. HEX triplet: 86, B2 and BE. RGB value is (134,178,190). Sum of RGB (Red+Green+Blue) = 134+178+190=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #86B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2BE is #794D41. Grayscale: #A6A6A6. Windows color (decimal): -7949634 or 12497542. OLE color: 12497542.

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

Color convert

RGB134178190-
CMYK0.290.0600.25
HSL192.86º30.11%63.53%-
HSV(B)192.86º29.47%74.51%-
XYZ35.0540.6354.71-
YUV166.21141.42105.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.69%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=26.69%
G=35.46%
B=37.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341781900.290.0600.25192.8630.1163.53
Hex86B2BE1D6019c11e40
Octal20626227635603130136100
Binary1000011010110010101111101110111001100111000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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