Html Css Color HEX #86BCC6 Glacier

📋 copy color: '#86BCC6'

red 134 ◦ green 188 ◦ blue 198

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

Shades of Glacier #86BCC6

Tints of Glacier #86BCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.08%

R = 25.77%
G = 36.15%
B = 38.08%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#86BCC6 (or 0x86BCC6) is known color: Glacier. HEX triplet: 86, BC and C6. RGB value is (134,188,198). Sum of RGB (Red+Green+Blue) = 134+188+198=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #86BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCC6 is #794339. Grayscale: #ACACAC. Windows color (decimal): -7947066 or 13024390. OLE color: 13024390.

HSL color Cylindrical-coordinate representation of color #86BCC6: hue angle of 189.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86BCC6 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 188 198 -
CMYK 0.32 0.05 0 0.22
HSL 189.38º 0.36% 0.65% -
HSV(B) 189.38º 0.32% 0.78% -
XYZ 38.01 45.11 60.13 -
YUV 172.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 134 188 198 0.32 0.05 0 0.22 189.38 0.36 0.65
Hex 86 BC C6 20 5 0 16 BD 24 41
Octal 206 274 306 40 5 0 26 275 44 101
Binary 10000110 10111100 11000110 100000 101 0 10110 10111101 100100 1000001

Color Harmonies of #86BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCC6

Black with #86BCC6

Text Example


Text Example

White with #86BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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