Html Css Color HEX #86A2BE Polo Blue

📋 copy color: '#86A2BE'

red 134 ◦ green 162 ◦ blue 190

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

Shades of Polo Blue #86A2BE

Tints of Polo Blue #86A2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 27.57%
G = 33.33%
B = 39.09%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#86A2BE (or 0x86A2BE) is known color: Polo Blue. HEX triplet: 86, A2 and BE. RGB value is (134,162,190). Sum of RGB (Red+Green+Blue) = 134+162+190=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #86A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2BE is #795D41. Grayscale: #9C9C9C. Windows color (decimal): -7953730 or 12493446. OLE color: 12493446.

HSL color Cylindrical-coordinate representation of color #86A2BE: hue angle of 210º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86A2BE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 162 190 -
CMYK 0.29 0.15 0 0.25
HSL 210º 0.3% 0.64% -
HSV(B) 210º 0.29% 0.75% -
XYZ 32.05 34.63 53.71 -
YUV 156.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 134 162 190 0.29 0.15 0 0.25 210 0.3 0.64
Hex 86 A2 BE 1D F 0 19 D2 1E 40
Octal 206 242 276 35 17 0 31 322 36 100
Binary 10000110 10100010 10111110 11101 1111 0 11001 11010010 11110 1000000

Color Harmonies of #86A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A2BE

Black with #86A2BE

Text Example


Text Example

White with #86A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,190); }

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

background-color css

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

 a { background-color: rgb(134,162,190); }

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

border-color css

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

 span { border-color: rgb(134,162,190); }

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