#86AAD4

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

Shades of Polo Blue #86AAD4

Tints of Polo Blue #86AAD4

Color information

#86AAD4 (or 0x86AAD4) is unknown color: approx Polo Blue. HEX triplet: 86, AA and D4. RGB value is (134,170,212). Sum of RGB (Red+Green+Blue) = 134+170+212=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #86AAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AAD4 is #79552B. Grayscale: #A3A3A3. Windows color (decimal): -7951660 or 13937286. OLE color: 13937286.

HSL color Cylindrical-coordinate representation of color #86AAD4: hue angle of 212.31º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86AAD4 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB134170212-
CMYK0.370.2000.17
HSL212.31º47.56%67.84%-
HSV(B)212.31º36.79%83.14%-
XYZ36.0938.5767.83-
YUV164.02155.07106.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.97%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 212 (83.20% from 255) = 41.09%
R=25.97%
G=32.95%
B=41.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1341702120.370.2000.17212.3147.5667.84
Hex86AAD42514011d43044
Octal206252324452402132460104
Binary10000110101010101101010010010110100010001110101001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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