Html Css Color HEX #87AACD Polo Blue

📋 copy color: '#87AACD'

red 135 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #87AACD

Tints of Polo Blue #87AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 26.47%
G = 33.33%
B = 40.2%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#87AACD (or 0x87AACD) is known color: Polo Blue. HEX triplet: 87, AA and CD. RGB value is (135,170,205). Sum of RGB (Red+Green+Blue) = 135+170+205=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #87AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AACD is #785532. Grayscale: #A3A3A3. Windows color (decimal): -7886131 or 13478535. OLE color: 13478535.

HSL color Cylindrical-coordinate representation of color #87AACD: hue angle of 210º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87AACD is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 170 205 -
CMYK 0.34 0.17 0 0.20
HSL 210º 0.41% 0.67% -
HSV(B) 210º 0.34% 0.8% -
XYZ 35.39 38.31 63.29 -
YUV 163.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 135 170 205 0.34 0.17 0 0.20 210 0.41 0.67
Hex 87 AA CD 22 11 0 14 D2 29 43
Octal 207 252 315 42 21 0 24 322 51 103
Binary 10000111 10101010 11001101 100010 10001 0 10100 11010010 101001 1000011

Color Harmonies of #87AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AACD

Black with #87AACD

Text Example


Text Example

White with #87AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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