#87B4DA

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

Shades of Jordy Blue #87B4DA

Tints of Jordy Blue #87B4DA

Color information

#87B4DA (or 0x87B4DA) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and DA. RGB value is (135,180,218). Sum of RGB (Red+Green+Blue) = 135+180+218=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #87B4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B4DA is #784B25. Grayscale: #AAAAAA. Windows color (decimal): -7883558 or 14333063. OLE color: 14333063.

HSL color Cylindrical-coordinate representation of color #87B4DA: hue angle of 207.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87B4DA is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135180218-
CMYK0.380.1700.15
HSL207.47º52.87%69.22%-
HSV(B)207.47º38.07%85.49%-
XYZ38.9742.8672.55-
YUV170.88154.59102.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=25.33%
G=33.77%
B=40.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351802180.380.1700.15207.4752.8769.22
Hex87B4DA26110Fcf3545
Octal207264332462101731765105
Binary1000011110110100110110101001101000101111110011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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