#87AADB

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

Shades of Jordy Blue #87AADB

Tints of Jordy Blue #87AADB

Color information

#87AADB (or 0x87AADB) is unknown color: approx Jordy Blue. HEX triplet: 87, AA and DB. RGB value is (135,170,219). Sum of RGB (Red+Green+Blue) = 135+170+219=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #87AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AADB is #785524. Grayscale: #A4A4A4. Windows color (decimal): -7886117 or 14396039. OLE color: 14396039.

HSL color Cylindrical-coordinate representation of color #87AADB: hue angle of 215º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87AADB is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135170219-
CMYK0.380.2200.14
HSL215º53.85%69.41%-
HSV(B)215º38.36%85.88%-
XYZ37.1539.0172.59-
YUV165.12158.4106.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.76%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=25.76%
G=32.44%
B=41.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351702190.380.2200.1421553.8569.41
Hex87AADB26160Ed73645
Octal207252333462601632766105
Binary1000011110101010110110111001101011001110110101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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