#87B7DC

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

Shades of Jordy Blue #87B7DC

Tints of Jordy Blue #87B7DC

Color information

#87B7DC (or 0x87B7DC) is unknown color: approx Jordy Blue. HEX triplet: 87, B7 and DC. RGB value is (135,183,220). Sum of RGB (Red+Green+Blue) = 135+183+220=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #87B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B7DC is #784823. Grayscale: #ACACAC. Windows color (decimal): -7882788 or 14464903. OLE color: 14464903.

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

Color convert

RGB135183220-
CMYK0.390.1700.14
HSL206.12º54.84%69.61%-
HSV(B)206.12º38.64%86.27%-
XYZ39.8444.1974.14-
YUV172.87154.6100.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=25.09%
G=34.01%
B=40.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351832200.390.1700.14206.1254.8469.61
Hex87B7DC27110Ece3746
Octal207267334472101631667106
Binary1000011110110111110111001001111000101110110011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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