Html Css Color HEX #87AACC Polo Blue

📋 copy color: '#87AACC'

red 135 ◦ green 170 ◦ blue 204

#87AACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #87AACC

Tints of Polo Blue #87AACC

RGB

 RED value IS 135 (53.13% from 255) = 26.52%

 GREEN value IS 170 (66.8% from 255) = 33.4%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 26.52%
G = 33.4%
B = 40.08%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#87AACC (or 0x87AACC) is known color: Polo Blue. HEX triplet: 87, AA and CC. RGB value is (135,170,204). Sum of RGB (Red+Green+Blue) = 135+170+204=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #87AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AACC is #785533. Grayscale: #A3A3A3. Windows color (decimal): -7886132 or 13412999. OLE color: 13412999.

HSL color Cylindrical-coordinate representation of color #87AACC: hue angle of 209.57º 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 #87AACC is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 170 204 -
CMYK 0.34 0.17 0 0.2
HSL 209.57º 0.4% 0.66% -
HSV(B) 209.57º 0.34% 0.8% -
XYZ 35.27 38.26 62.65 -
YUV 163.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 135 170 204 0.34 0.17 0 0.2 209.57 0.4 0.66
Hex 87 AA CC 22 11 0 14 D2 28 42
Octal 207 252 314 42 21 0 24 322 50 102
Binary 10000111 10101010 11001100 100010 10001 0 10100 11010010 101000 1000010

Color Harmonies of #87AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AACC

Black with #87AACC

Text Example


Text Example

White with #87AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87AACC;
 }
 .AnyTagClassName
 {
   color: #87AACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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