#86ADCD

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

Shades of Polo Blue #86ADCD

Tints of Polo Blue #86ADCD

Color information

#86ADCD (or 0x86ADCD) is unknown color: approx Polo Blue. HEX triplet: 86, AD and CD. RGB value is (134,173,205). Sum of RGB (Red+Green+Blue) = 134+173+205=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #86ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADCD is #795232. Grayscale: #A4A4A4. Windows color (decimal): -7950899 or 13479302. OLE color: 13479302.

HSL color Cylindrical-coordinate representation of color #86ADCD: hue angle of 207.04º 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 #86ADCD is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134173205-
CMYK0.350.1600.20
HSL207.04º41.52%66.47%-
HSV(B)207.04º34.63%80.39%-
XYZ35.7939.3663.47-
YUV164.99150.58105.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=26.17%
G=33.79%
B=40.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341732050.350.1600.20207.0441.5266.47
Hex86ADCD2310014cf2a42
Octal206255315432002431752102
Binary10000110101011011100110110001110000010100110011111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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