Html Css Color HEX #87ACD5 Polo Blue

📋 copy color: '#87ACD5'

red 135 ◦ green 172 ◦ blue 213

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

Shades of Polo Blue #87ACD5

Tints of Polo Blue #87ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 213 (83.59% from 255) = 40.96%

R = 25.96%
G = 33.08%
B = 40.96%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#87ACD5 (or 0x87ACD5) is known color: Polo Blue. HEX triplet: 87, AC and D5. RGB value is (135,172,213). Sum of RGB (Red+Green+Blue) = 135+172+213=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #87ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACD5 is #78532A. Grayscale: #A5A5A5. Windows color (decimal): -7885611 or 14003335. OLE color: 14003335.

HSL color Cylindrical-coordinate representation of color #87ACD5: hue angle of 211.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87ACD5 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 172 213 -
CMYK 0.37 0.19 0 0.16
HSL 211.54º 0.48% 0.68% -
HSV(B) 211.54º 0.37% 0.84% -
XYZ 36.75 39.46 68.63 -
YUV 165.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 135 172 213 0.37 0.19 0 0.16 211.54 0.48 0.68
Hex 87 AC D5 25 13 0 10 D4 30 44
Octal 207 254 325 45 23 0 20 324 60 104
Binary 10000111 10101100 11010101 100101 10011 0 10000 11010100 110000 1000100

Color Harmonies of #87ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACD5

Black with #87ACD5

Text Example


Text Example

White with #87ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,172,213); }

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

background-color css

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

 a { background-color: rgb(135,172,213); }

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

border-color css

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

 span { border-color: rgb(135,172,213); }

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