Html Css Color HEX #87ACD2 Polo Blue

📋 copy color: '#87ACD2'

red 135 ◦ green 172 ◦ blue 210

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

Shades of Polo Blue #87ACD2

Tints of Polo Blue #87ACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.62%

R = 26.11%
G = 33.27%
B = 40.62%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#87ACD2 (or 0x87ACD2) is known color: Polo Blue. HEX triplet: 87, AC and D2. RGB value is (135,172,210). Sum of RGB (Red+Green+Blue) = 135+172+210=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #87ACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACD2 is #78532D. Grayscale: #A5A5A5. Windows color (decimal): -7885614 or 13806727. OLE color: 13806727.

HSL color Cylindrical-coordinate representation of color #87ACD2: hue angle of 210.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87ACD2 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 172 210 -
CMYK 0.36 0.18 0 0.18
HSL 210.4º 0.45% 0.68% -
HSV(B) 210.4º 0.36% 0.82% -
XYZ 36.38 39.31 66.64 -
YUV 165.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 135 172 210 0.36 0.18 0 0.18 210.4 0.45 0.68
Hex 87 AC D2 24 12 0 12 D2 2D 44
Octal 207 254 322 44 22 0 22 322 55 104
Binary 10000111 10101100 11010010 100100 10010 0 10010 11010010 101101 1000100

Color Harmonies of #87ACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACD2

Black with #87ACD2

Text Example


Text Example

White with #87ACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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