Html Css Color HEX #86BCBD Glacier

📋 copy color: '#86BCBD'

red 134 ◦ green 188 ◦ blue 189

#86BCBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #86BCBD

Tints of Glacier #86BCBD

RGB

 RED value IS 134 (52.73% from 255) = 26.22%

 GREEN value IS 188 (73.83% from 255) = 36.79%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 26.22%
G = 36.79%
B = 36.99%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#86BCBD (or 0x86BCBD) is known color: Glacier. HEX triplet: 86, BC and BD. RGB value is (134,188,189). Sum of RGB (Red+Green+Blue) = 134+188+189=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #86BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCBD is #794342. Grayscale: #ABABAB. Windows color (decimal): -7947075 or 12434566. OLE color: 12434566.

HSL color Cylindrical-coordinate representation of color #86BCBD: hue angle of 181.09º 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 #86BCBD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 189 -
CMYK 0.29 0.01 0 0.26
HSL 181.09º 0.29% 0.63% -
HSV(B) 181.09º 0.29% 0.74% -
XYZ 37 44.71 54.82 -
YUV 171.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 134 188 189 0.29 0.01 0 0.26 181.09 0.29 0.63
Hex 86 BC BD 1D 1 0 1A B5 1D 3F
Octal 206 274 275 35 1 0 32 265 35 77
Binary 10000110 10111100 10111101 11101 1 0 11010 10110101 11101 111111

Color Harmonies of #86BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCBD

Black with #86BCBD

Text Example


Text Example

White with #86BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86BCBD;
 }
 .AnyTagClassName
 {
   color: #86BCBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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