Html Css Color HEX #86B5BD Glacier

📋 copy color: '#86B5BD'

red 134 ◦ green 181 ◦ blue 189

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

Shades of Glacier #86B5BD

Tints of Glacier #86B5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

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

R = 26.59%
G = 35.91%
B = 37.5%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#86B5BD (or 0x86B5BD) is known color: Glacier. HEX triplet: 86, B5 and BD. RGB value is (134,181,189). Sum of RGB (Red+Green+Blue) = 134+181+189=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #86B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B5BD is #794A42. Grayscale: #A7A7A7. Windows color (decimal): -7948867 or 12432774. OLE color: 12432774.

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

Color convert

RGB 134 181 189 -
CMYK 0.29 0.04 0 0.26
HSL 188.73º 0.29% 0.63% -
HSV(B) 188.73º 0.29% 0.74% -
XYZ 35.54 41.79 54.34 -
YUV 167.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 134 181 189 0.29 0.04 0 0.26 188.73 0.29 0.63
Hex 86 B5 BD 1D 4 0 1A BD 1D 3F
Octal 206 265 275 35 4 0 32 275 35 77
Binary 10000110 10110101 10111101 11101 100 0 11010 10111101 11101 111111

Color Harmonies of #86B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B5BD

Black with #86B5BD

Text Example


Text Example

White with #86B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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