#86AFCC

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

Shades of Polo Blue #86AFCC

Tints of Polo Blue #86AFCC

Color information

#86AFCC (or 0x86AFCC) is unknown color: approx Polo Blue. HEX triplet: 86, AF and CC. RGB value is (134,175,204). Sum of RGB (Red+Green+Blue) = 134+175+204=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #86AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFCC is #795033. Grayscale: #A5A5A5. Windows color (decimal): -7950388 or 13414278. OLE color: 13414278.

HSL color Cylindrical-coordinate representation of color #86AFCC: hue angle of 204.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86AFCC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134175204-
CMYK0.340.1400.2
HSL204.86º40.7%66.27%-
HSV(B)204.86º34.31%80%-
XYZ36.0640.0962.96-
YUV166.05149.42105.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=26.12%
G=34.11%
B=39.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341752040.340.1400.2204.8640.766.27
Hex86AFCC22E014cd2942
Octal206257314421602431551102
Binary1000011010101111110011001000101110010100110011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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