#87ABDB

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

Shades of Jordy Blue #87ABDB

Tints of Jordy Blue #87ABDB

Color information

#87ABDB (or 0x87ABDB) is unknown color: approx Jordy Blue. HEX triplet: 87, AB and DB. RGB value is (135,171,219). Sum of RGB (Red+Green+Blue) = 135+171+219=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #87ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABDB is #785424. Grayscale: #A5A5A5. Windows color (decimal): -7885861 or 14396295. OLE color: 14396295.

HSL color Cylindrical-coordinate representation of color #87ABDB: hue angle of 214.29º 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 #87ABDB is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135171219-
CMYK0.380.2200.14
HSL214.29º53.85%69.41%-
HSV(B)214.29º38.36%85.88%-
XYZ37.3439.3972.65-
YUV165.71158.07106.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=25.71%
G=32.57%
B=41.71%

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
Decimal1351712190.380.2200.14214.2953.8569.41
Hex87ABDB26160Ed63645
Octal207253333462601632666105
Binary1000011110101011110110111001101011001110110101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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