Html Css Color HEX #87ADD4 Polo Blue

📋 copy color: '#87ADD4'

red 135 ◦ green 173 ◦ blue 212

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

Shades of Polo Blue #87ADD4

Tints of Polo Blue #87ADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.27%

 BLUE value IS 212 (83.2% from 255) = 40.77%

R = 25.96%
G = 33.27%
B = 40.77%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#87ADD4 (or 0x87ADD4) is known color: Polo Blue. HEX triplet: 87, AD and D4. RGB value is (135,173,212). Sum of RGB (Red+Green+Blue) = 135+173+212=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #87ADD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADD4 is #78522B. Grayscale: #A5A5A5. Windows color (decimal): -7885356 or 13938055. OLE color: 13938055.

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

Color convert

RGB 135 173 212 -
CMYK 0.36 0.18 0 0.17
HSL 210.39º 0.47% 0.68% -
HSV(B) 210.39º 0.36% 0.83% -
XYZ 36.82 39.79 68.03 -
YUV 166.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 135 173 212 0.36 0.18 0 0.17 210.39 0.47 0.68
Hex 87 AD D4 24 12 0 11 D2 2F 44
Octal 207 255 324 44 22 0 21 322 57 104
Binary 10000111 10101101 11010100 100100 10010 0 10001 11010010 101111 1000100

Color Harmonies of #87ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADD4

Black with #87ADD4

Text Example


Text Example

White with #87ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,173,212); }

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

background-color css

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

 a { background-color: rgb(135,173,212); }

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

border-color css

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

 span { border-color: rgb(135,173,212); }

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