#86BBC1

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

Shades of Glacier #86BBC1

Tints of Glacier #86BBC1

Color information

#86BBC1 (or 0x86BBC1) is unknown color: approx Glacier. HEX triplet: 86, BB and C1. RGB value is (134,187,193). Sum of RGB (Red+Green+Blue) = 134+187+193=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #86BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBC1 is #79443E. Grayscale: #ABABAB. Windows color (decimal): -7947327 or 12696454. OLE color: 12696454.

HSL color Cylindrical-coordinate representation of color #86BBC1: hue angle of 186.1º 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 #86BBC1 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134187193-
CMYK0.310.0300.24
HSL186.1º32.24%64.12%-
HSV(B)186.1º30.57%75.69%-
XYZ37.2344.4657.07-
YUV171.84139.94101.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.07%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=26.07%
G=36.38%
B=37.55%

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
Decimal1341871930.310.0300.24186.132.2464.12
Hex86BBC11F3018ba2040
Octal20627330137303027240100
Binary1000011010111011110000011111111011000101110101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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