#86AAC9

Color #86AAC9 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #86AAC9

Tints of Polo Blue #86AAC9

Color information

#86AAC9 (or 0x86AAC9) is unknown color: approx Polo Blue. HEX triplet: 86, AA and C9. RGB value is (134,170,201). Sum of RGB (Red+Green+Blue) = 134+170+201=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #86AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AAC9 is #795536. Grayscale: #A2A2A2. Windows color (decimal): -7951671 or 13216390. OLE color: 13216390.

HSL color Cylindrical-coordinate representation of color #86AAC9: hue angle of 207.76º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86AAC9 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134170201-
CMYK0.330.1500.21
HSL207.76º38.29%65.69%-
HSV(B)207.76º33.33%78.82%-
XYZ34.7538.0360.77-
YUV162.77149.57107.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=26.53%
G=33.66%
B=39.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341702010.330.1500.21207.7638.2965.69
Hex86AAC921F015d02642
Octal206252311411702532046102
Binary1000011010101010110010011000011111010101110100001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86AAC9;
 }
 .AnyTagClassName
 {
   color: #86AAC9;
 }
</style>
background-color css

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

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

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

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

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

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