Html Css Color HEX #87A8CE Polo Blue

📋 copy color: '#87A8CE'

red 135 ◦ green 168 ◦ blue 206

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

Shades of Polo Blue #87A8CE

Tints of Polo Blue #87A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.01%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 26.52%
G = 33.01%
B = 40.47%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#87A8CE (or 0x87A8CE) is known color: Polo Blue. HEX triplet: 87, A8 and CE. RGB value is (135,168,206). Sum of RGB (Red+Green+Blue) = 135+168+206=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #87A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8CE is #785731. Grayscale: #A2A2A2. Windows color (decimal): -7886642 or 13543559. OLE color: 13543559.

HSL color Cylindrical-coordinate representation of color #87A8CE: hue angle of 212.11º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A8CE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 168 206 -
CMYK 0.34 0.18 0 0.19
HSL 212.11º 0.42% 0.67% -
HSV(B) 212.11º 0.34% 0.81% -
XYZ 35.13 37.61 63.8 -
YUV 162.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 135 168 206 0.34 0.18 0 0.19 212.11 0.42 0.67
Hex 87 A8 CE 22 12 0 13 D4 2A 43
Octal 207 250 316 42 22 0 23 324 52 103
Binary 10000111 10101000 11001110 100010 10010 0 10011 11010100 101010 1000011

Color Harmonies of #87A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A8CE

Black with #87A8CE

Text Example


Text Example

White with #87A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,168,206); }

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

background-color css

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

 a { background-color: rgb(135,168,206); }

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

border-color css

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

 span { border-color: rgb(135,168,206); }

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