#86AFBD

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

Shades of Glacier #86AFBD

Tints of Glacier #86AFBD

Color information

#86AFBD (or 0x86AFBD) is unknown color: approx Glacier. HEX triplet: 86, AF and BD. RGB value is (134,175,189). Sum of RGB (Red+Green+Blue) = 134+175+189=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #86AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFBD is #795042. Grayscale: #A4A4A4. Windows color (decimal): -7950403 or 12431238. OLE color: 12431238.

HSL color Cylindrical-coordinate representation of color #86AFBD: hue angle of 195.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86AFBD is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134175189-
CMYK0.290.0700.26
HSL195.27º29.41%63.33%-
HSV(B)195.27º29.1%74.12%-
XYZ34.3539.453.94-
YUV164.34141.92106.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=26.91%
G=35.14%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341751890.290.0700.26195.2729.4163.33
Hex86AFBD1D701Ac31d3f
Octal2062572753570323033577
Binary100001101010111110111101111011110110101100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,189); }

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

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

 a { background-color: rgb(134,175,189); }

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

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

 span { border-color: rgb(134,175,189); }

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