#86AFD5

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

Shades of Polo Blue #86AFD5

Tints of Polo Blue #86AFD5

Color information

#86AFD5 (or 0x86AFD5) is unknown color: approx Polo Blue. HEX triplet: 86, AF and D5. RGB value is (134,175,213). Sum of RGB (Red+Green+Blue) = 134+175+213=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #86AFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFD5 is #79502A. Grayscale: #A6A6A6. Windows color (decimal): -7950379 or 14004102. OLE color: 14004102.

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

Color convert

RGB134175213-
CMYK0.370.1800.16
HSL208.86º48.47%68.04%-
HSV(B)208.86º37.09%83.53%-
XYZ37.1740.5368.82-
YUV167.07153.92104.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=25.67%
G=33.52%
B=40.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341752130.370.1800.16208.8648.4768.04
Hex86AFD52512010d13044
Octal206257325452202032160104
Binary10000110101011111101010110010110010010000110100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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