Html Css Color HEX #87B3D2 Polo Blue

📋 copy color: '#87B3D2'

red 135 ◦ green 179 ◦ blue 210

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

Shades of Polo Blue #87B3D2

Tints of Polo Blue #87B3D2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

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

R = 25.76%
G = 34.16%
B = 40.08%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#87B3D2 (or 0x87B3D2) is known color: Polo Blue. HEX triplet: 87, B3 and D2. RGB value is (135,179,210). Sum of RGB (Red+Green+Blue) = 135+179+210=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 210 - color contains mainly: blue. Hex color #87B3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B3D2 is #784C2D. Grayscale: #A9A9A9. Windows color (decimal): -7883822 or 13808519. OLE color: 13808519.

HSL color Cylindrical-coordinate representation of color #87B3D2: hue angle of 204.8º 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 #87B3D2 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 179 210 -
CMYK 0.36 0.15 0 0.18
HSL 204.8º 0.45% 0.68% -
HSV(B) 204.8º 0.36% 0.82% -
XYZ 37.74 42.04 67.1 -
YUV 169.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 135 179 210 0.36 0.15 0 0.18 204.8 0.45 0.68
Hex 87 B3 D2 24 F 0 12 CD 2D 44
Octal 207 263 322 44 17 0 22 315 55 104
Binary 10000111 10110011 11010010 100100 1111 0 10010 11001101 101101 1000100

Color Harmonies of #87B3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B3D2

Black with #87B3D2

Text Example


Text Example

White with #87B3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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