Html Css Color HEX #86AACB Polo Blue

📋 copy color: '#86AACB'

red 134 ◦ green 170 ◦ blue 203

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

Shades of Polo Blue #86AACB

Tints of Polo Blue #86AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.53%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 26.43%
G = 33.53%
B = 40.04%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#86AACB (or 0x86AACB) is known color: Polo Blue. HEX triplet: 86, AA and CB. RGB value is (134,170,203). Sum of RGB (Red+Green+Blue) = 134+170+203=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #86AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AACB is #795534. Grayscale: #A2A2A2. Windows color (decimal): -7951669 or 13347462. OLE color: 13347462.

HSL color Cylindrical-coordinate representation of color #86AACB: hue angle of 208.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86AACB is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 170 203 -
CMYK 0.34 0.16 0 0.20
HSL 208.7º 0.4% 0.66% -
HSV(B) 208.7º 0.34% 0.8% -
XYZ 34.99 38.13 62.02 -
YUV 163 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 134 170 203 0.34 0.16 0 0.20 208.7 0.4 0.66
Hex 86 AA CB 22 10 0 14 D1 28 42
Octal 206 252 313 42 20 0 24 321 50 102
Binary 10000110 10101010 11001011 100010 10000 0 10100 11010001 101000 1000010

Color Harmonies of #86AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AACB

Black with #86AACB

Text Example


Text Example

White with #86AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,203); }

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

background-color css

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

 a { background-color: rgb(134,170,203); }

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

border-color css

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

 span { border-color: rgb(134,170,203); }

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