#86BABE

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

Shades of Glacier #86BABE

Tints of Glacier #86BABE

Color information

#86BABE (or 0x86BABE) is unknown color: approx Glacier. HEX triplet: 86, BA and BE. RGB value is (134,186,190). Sum of RGB (Red+Green+Blue) = 134+186+190=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #86BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BABE is #794541. Grayscale: #AAAAAA. Windows color (decimal): -7947586 or 12499590. OLE color: 12499590.

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

Color convert

RGB134186190-
CMYK0.290.0200.25
HSL184.29º30.11%63.53%-
HSV(B)184.29º29.47%74.51%-
XYZ36.6843.955.26-
YUV170.91138.77101.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=26.27%
G=36.47%
B=37.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341861900.290.0200.25184.2930.1163.53
Hex86BABE1D2019b81e40
Octal20627227635203127036100
Binary100001101011101010111110111011001100110111000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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