Html Css Color HEX #86B0C1 Glacier

📋 copy color: '#86B0C1'

red 134 ◦ green 176 ◦ blue 193

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

Shades of Glacier #86B0C1

Tints of Glacier #86B0C1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.99%

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 26.64%
G = 34.99%
B = 38.37%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#86B0C1 (or 0x86B0C1) is known color: Glacier. HEX triplet: 86, B0 and C1. RGB value is (134,176,193). Sum of RGB (Red+Green+Blue) = 134+176+193=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #86B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0C1 is #794F3E. Grayscale: #A5A5A5. Windows color (decimal): -7950143 or 12693638. OLE color: 12693638.

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

Color convert

RGB 134 176 193 -
CMYK 0.31 0.09 0 0.24
HSL 197.29º 0.32% 0.64% -
HSV(B) 197.29º 0.31% 0.76% -
XYZ 34.98 39.97 56.32 -
YUV 165.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 134 176 193 0.31 0.09 0 0.24 197.29 0.32 0.64
Hex 86 B0 C1 1F 9 0 18 C5 20 40
Octal 206 260 301 37 11 0 30 305 40 100
Binary 10000110 10110000 11000001 11111 1001 0 11000 11000101 100000 1000000

Color Harmonies of #86B0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B0C1

Black with #86B0C1

Text Example


Text Example

White with #86B0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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