#86AFD4

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

Shades of Polo Blue #86AFD4

Tints of Polo Blue #86AFD4

Color information

#86AFD4 (or 0x86AFD4) is unknown color: approx Polo Blue. HEX triplet: 86, AF and D4. RGB value is (134,175,212). Sum of RGB (Red+Green+Blue) = 134+175+212=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #86AFD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFD4 is #79502B. Grayscale: #A6A6A6. Windows color (decimal): -7950380 or 13938566. OLE color: 13938566.

HSL color Cylindrical-coordinate representation of color #86AFD4: hue angle of 208.46º 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 #86AFD4 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB134175212-
CMYK0.370.1700.17
HSL208.46º47.56%67.84%-
HSV(B)208.46º36.79%83.14%-
XYZ37.0540.4868.15-
YUV166.96153.42104.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=25.72%
G=33.59%
B=40.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1341752120.370.1700.17208.4647.5667.84
Hex86AFD42511011d03044
Octal206257324452102132060104
Binary10000110101011111101010010010110001010001110100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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