#87AFCC

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

Shades of Polo Blue #87AFCC

Tints of Polo Blue #87AFCC

Color information

#87AFCC (or 0x87AFCC) is unknown color: approx Polo Blue. HEX triplet: 87, AF and CC. RGB value is (135,175,204). Sum of RGB (Red+Green+Blue) = 135+175+204=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #87AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFCC is #785033. Grayscale: #A6A6A6. Windows color (decimal): -7884852 or 13414279. OLE color: 13414279.

HSL color Cylindrical-coordinate representation of color #87AFCC: hue angle of 205.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87AFCC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135175204-
CMYK0.340.1400.2
HSL205.22º40.35%66.47%-
HSV(B)205.22º33.82%80%-
XYZ36.2240.1762.97-
YUV166.35149.25105.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.26%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=26.26%
G=34.05%
B=39.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351752040.340.1400.2205.2240.3566.47
Hex87AFCC22E014cd2842
Octal207257314421602431550102
Binary1000011110101111110011001000101110010100110011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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