#87AFCF

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

Shades of Polo Blue #87AFCF

Tints of Polo Blue #87AFCF

Color information

#87AFCF (or 0x87AFCF) is unknown color: approx Polo Blue. HEX triplet: 87, AF and CF. RGB value is (135,175,207). Sum of RGB (Red+Green+Blue) = 135+175+207=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #87AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFCF is #785030. Grayscale: #A6A6A6. Windows color (decimal): -7884849 or 13610887. OLE color: 13610887.

HSL color Cylindrical-coordinate representation of color #87AFCF: hue angle of 206.67º degrees, saturation: 0.43, 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 #87AFCF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135175207-
CMYK0.350.1500.19
HSL206.67º42.86%67.06%-
HSV(B)206.67º34.78%81.18%-
XYZ36.5840.3264.89-
YUV166.69150.75105.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.11%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=26.11%
G=33.85%
B=40.04%

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
Decimal1351752070.350.1500.19206.6742.8667.06
Hex87AFCF23F013cf2b43
Octal207257317431702331753103
Binary1000011110101111110011111000111111010011110011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AFCF; }

 p { color: rgb(135,175,207); }

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

<style>
 a { background-color: #87AFCF; }

 a { background-color: rgb(135,175,207); }

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

<style>
 span { border-color: #87AFCF; }

 span { border-color: rgb(135,175,207); }

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