#86BBC6

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

Shades of Glacier #86BBC6

Tints of Glacier #86BBC6

Color information

#86BBC6 (or 0x86BBC6) is unknown color: approx Glacier. HEX triplet: 86, BB and C6. RGB value is (134,187,198). Sum of RGB (Red+Green+Blue) = 134+187+198=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #86BBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBC6 is #794439. Grayscale: #ACACAC. Windows color (decimal): -7947322 or 13024134. OLE color: 13024134.

HSL color Cylindrical-coordinate representation of color #86BBC6: hue angle of 190.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86BBC6 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134187198-
CMYK0.320.0600.22
HSL190.31º35.96%65.1%-
HSV(B)190.31º32.32%77.65%-
XYZ37.7944.6960.06-
YUV172.41142.44100.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.82%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=25.82%
G=36.03%
B=38.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341871980.320.0600.22190.3135.9665.1
Hex86BBC6206016be2441
Octal20627330640602627644101
Binary100001101011101111000110100000110010110101111101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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