#86BCC1

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

Shades of Glacier #86BCC1

Tints of Glacier #86BCC1

Color information

#86BCC1 (or 0x86BCC1) is unknown color: approx Glacier. HEX triplet: 86, BC and C1. RGB value is (134,188,193). Sum of RGB (Red+Green+Blue) = 134+188+193=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #86BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCC1 is #79433E. Grayscale: #ACACAC. Windows color (decimal): -7947071 or 12696710. OLE color: 12696710.

HSL color Cylindrical-coordinate representation of color #86BCC1: hue angle of 185.08º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86BCC1 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134188193-
CMYK0.310.0300.24
HSL185.08º32.24%64.12%-
HSV(B)185.08º30.57%75.69%-
XYZ37.4444.8957.14-
YUV172.42139.61100.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.02%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=26.02%
G=36.50%
B=37.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341881930.310.0300.24185.0832.2464.12
Hex86BCC11F3018b92040
Octal20627430137303027140100
Binary1000011010111100110000011111111011000101110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,193); }

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

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

 a { background-color: rgb(134,188,193); }

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

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

 span { border-color: rgb(134,188,193); }

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