#86AFCE

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

Shades of Polo Blue #86AFCE

Tints of Polo Blue #86AFCE

Color information

#86AFCE (or 0x86AFCE) is unknown color: approx Polo Blue. HEX triplet: 86, AF and CE. RGB value is (134,175,206). Sum of RGB (Red+Green+Blue) = 134+175+206=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #86AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFCE is #795031. Grayscale: #A6A6A6. Windows color (decimal): -7950386 or 13545350. OLE color: 13545350.

HSL color Cylindrical-coordinate representation of color #86AFCE: hue angle of 205.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86AFCE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134175206-
CMYK0.350.1500.19
HSL205.83º42.35%66.67%-
HSV(B)205.83º34.95%80.78%-
XYZ36.340.1864.24-
YUV166.28150.42104.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.02%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 206 (80.86% from 255) = 40%
R=26.02%
G=33.98%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341752060.350.1500.19205.8342.3566.67
Hex86AFCE23F013ce2a43
Octal206257316431702331652103
Binary1000011010101111110011101000111111010011110011101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,206); }

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

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

 a { background-color: rgb(134,175,206); }

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

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

 span { border-color: rgb(134,175,206); }

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