Html Css Color HEX #87AAD9 Polo Blue

📋 copy color: '#87AAD9'

red 135 ◦ green 170 ◦ blue 217

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

Shades of Polo Blue #87AAD9

Tints of Polo Blue #87AAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 25.86%
G = 32.57%
B = 41.57%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#87AAD9 (or 0x87AAD9) is known color: Polo Blue. HEX triplet: 87, AA and D9. RGB value is (135,170,217). Sum of RGB (Red+Green+Blue) = 135+170+217=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #87AAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAD9 is #785526. Grayscale: #A4A4A4. Windows color (decimal): -7886119 or 14264967. OLE color: 14264967.

HSL color Cylindrical-coordinate representation of color #87AAD9: hue angle of 214.39º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87AAD9 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 170 217 -
CMYK 0.38 0.22 0 0.15
HSL 214.39º 0.52% 0.69% -
HSV(B) 214.39º 0.38% 0.85% -
XYZ 36.89 38.91 71.21 -
YUV 164.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 135 170 217 0.38 0.22 0 0.15 214.39 0.52 0.69
Hex 87 AA D9 26 16 0 F D6 34 45
Octal 207 252 331 46 26 0 17 326 64 105
Binary 10000111 10101010 11011001 100110 10110 0 1111 11010110 110100 1000101

Color Harmonies of #87AAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AAD9

Black with #87AAD9

Text Example


Text Example

White with #87AAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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