#87B4DB

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

Shades of Jordy Blue #87B4DB

Tints of Jordy Blue #87B4DB

Color information

#87B4DB (or 0x87B4DB) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and DB. RGB value is (135,180,219). Sum of RGB (Red+Green+Blue) = 135+180+219=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #87B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B4DB is #784B24. Grayscale: #AAAAAA. Windows color (decimal): -7883557 or 14398599. OLE color: 14398599.

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

Color convert

RGB135180219-
CMYK0.380.1800.14
HSL207.86º53.85%69.41%-
HSV(B)207.86º38.36%85.88%-
XYZ39.142.9173.24-
YUV170.99155.09102.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=25.28%
G=33.71%
B=41.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351802190.380.1800.14207.8653.8569.41
Hex87B4DB26120Ed03645
Octal207264333462201632066105
Binary1000011110110100110110111001101001001110110100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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