#86B4C3

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

Shades of Glacier #86B4C3

Tints of Glacier #86B4C3

Color information

#86B4C3 (or 0x86B4C3) is unknown color: approx Glacier. HEX triplet: 86, B4 and C3. RGB value is (134,180,195). Sum of RGB (Red+Green+Blue) = 134+180+195=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #86B4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B4C3 is #794B3C. Grayscale: #A7A7A7. Windows color (decimal): -7949117 or 12825734. OLE color: 12825734.

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

Color convert

RGB134180195-
CMYK0.310.0800.24
HSL194.75º33.7%64.51%-
HSV(B)194.75º31.28%76.47%-
XYZ3641.6557.77-
YUV167.96143.26103.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 195 (76.56% from 255) = 38.31%
R=26.33%
G=35.36%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341801950.310.0800.24194.7533.764.51
Hex86B4C31F8018c32241
Octal206264303371003030342101
Binary100001101011010011000011111111000011000110000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,195); }

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

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

 a { background-color: rgb(134,180,195); }

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

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

 span { border-color: rgb(134,180,195); }

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