#87AADC

Color #87AADC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #87AADC

Tints of Jordy Blue #87AADC

Color information

#87AADC (or 0x87AADC) is unknown color: approx Jordy Blue. HEX triplet: 87, AA and DC. RGB value is (135,170,220). Sum of RGB (Red+Green+Blue) = 135+170+220=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #87AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AADC is #785523. Grayscale: #A5A5A5. Windows color (decimal): -7886116 or 14461575. OLE color: 14461575.

HSL color Cylindrical-coordinate representation of color #87AADC: hue angle of 215.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87AADC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135170220-
CMYK0.390.2300.14
HSL215.29º54.84%69.61%-
HSV(B)215.29º38.64%86.27%-
XYZ37.2839.0773.29-
YUV165.24158.9106.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=25.71%
G=32.38%
B=41.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351702200.390.2300.14215.2954.8469.61
Hex87AADC27170Ed73746
Octal207252334472701632767106
Binary1000011110101010110111001001111011101110110101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,170,220); }

 H1.HeaderClassName
 {
   color: #87AADC;
 }
 .AnyTagClassName
 {
   color: #87AADC;
 }
</style>
background-color css

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

 a { background-color: rgb(135,170,220); }

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

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

 span { border-color: rgb(135,170,220); }

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