#87AECF

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

Shades of Polo Blue #87AECF

Tints of Polo Blue #87AECF

Color information

#87AECF (or 0x87AECF) is unknown color: approx Polo Blue. HEX triplet: 87, AE and CF. RGB value is (135,174,207). Sum of RGB (Red+Green+Blue) = 135+174+207=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #87AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AECF is #785130. Grayscale: #A5A5A5. Windows color (decimal): -7885105 or 13610631. OLE color: 13610631.

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

Color convert

RGB135174207-
CMYK0.350.1600.19
HSL207.5º42.86%67.06%-
HSV(B)207.5º34.78%81.18%-
XYZ36.3939.9364.82-
YUV166.1151.08105.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.16%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=26.16%
G=33.72%
B=40.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351742070.350.1600.19207.542.8667.06
Hex87AECF2310013d02b43
Octal207256317432002332053103
Binary10000111101011101100111110001110000010011110100001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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