#86BBBE

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

Shades of Glacier #86BBBE

Tints of Glacier #86BBBE

Color information

#86BBBE (or 0x86BBBE) is unknown color: approx Glacier. HEX triplet: 86, BB and BE. RGB value is (134,187,190). Sum of RGB (Red+Green+Blue) = 134+187+190=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #86BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBBE is #794441. Grayscale: #ABABAB. Windows color (decimal): -7947330 or 12499846. OLE color: 12499846.

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

Color convert

RGB134187190-
CMYK0.290.0200.25
HSL183.21º30.11%63.53%-
HSV(B)183.21º29.47%74.51%-
XYZ36.944.3355.33-
YUV171.49138.44101.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=26.22%
G=36.59%
B=37.18%

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
Decimal1341871900.290.0200.25183.2130.1163.53
Hex86BBBE1D2019b71e40
Octal20627327635203126736100
Binary100001101011101110111110111011001100110110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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