#87AFC9

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

Shades of Polo Blue #87AFC9

Tints of Polo Blue #87AFC9

Color information

#87AFC9 (or 0x87AFC9) is unknown color: approx Polo Blue. HEX triplet: 87, AF and C9. RGB value is (135,175,201). Sum of RGB (Red+Green+Blue) = 135+175+201=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #87AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFC9 is #785036. Grayscale: #A5A5A5. Windows color (decimal): -7884855 or 13217671. OLE color: 13217671.

HSL color Cylindrical-coordinate representation of color #87AFC9: hue angle of 203.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87AFC9 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135175201-
CMYK0.330.1300.21
HSL203.64º37.93%65.88%-
HSV(B)203.64º32.84%78.82%-
XYZ35.8640.0361.09-
YUV166147.75105.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.42%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=26.42%
G=34.25%
B=39.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351752010.330.1300.21203.6437.9365.88
Hex87AFC921D015cc2642
Octal207257311411502531446102
Binary1000011110101111110010011000011101010101110011001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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