Html Css Color HEX #86AACD Polo Blue

📋 copy color: '#86AACD'

red 134 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #86AACD

Tints of Polo Blue #86AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 26.33%
G = 33.4%
B = 40.28%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#86AACD (or 0x86AACD) is known color: Polo Blue. HEX triplet: 86, AA and CD. RGB value is (134,170,205). Sum of RGB (Red+Green+Blue) = 134+170+205=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #86AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AACD is #795532. Grayscale: #A3A3A3. Windows color (decimal): -7951667 or 13478534. OLE color: 13478534.

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

Color convert

RGB 134 170 205 -
CMYK 0.35 0.17 0 0.20
HSL 209.58º 0.42% 0.66% -
HSV(B) 209.58º 0.35% 0.8% -
XYZ 35.23 38.23 63.28 -
YUV 163.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 134 170 205 0.35 0.17 0 0.20 209.58 0.42 0.66
Hex 86 AA CD 23 11 0 14 D2 2A 42
Octal 206 252 315 43 21 0 24 322 52 102
Binary 10000110 10101010 11001101 100011 10001 0 10100 11010010 101010 1000010

Color Harmonies of #86AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AACD

Black with #86AACD

Text Example


Text Example

White with #86AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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