#87B4F5

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

Shades of Jordy Blue #87B4F5

Tints of Jordy Blue #87B4F5

Color information

#87B4F5 (or 0x87B4F5) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and F5. RGB value is (135,180,245). Sum of RGB (Red+Green+Blue) = 135+180+245=560 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.11% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #87B4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B4F5 is #784B0A. Grayscale: #ADADAD. Windows color (decimal): -7883531 or 16102535. OLE color: 16102535.

HSL color Cylindrical-coordinate representation of color #87B4F5: hue angle of 215.45º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87B4F5 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135180245-
CMYK0.450.2700.04
HSL215.45º84.62%74.51%-
HSV(B)215.45º44.9%96.08%-
XYZ42.7944.3992.7-
YUV173.96168.09100.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.11%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 245 (96.09% from 255) = 43.75%
R=24.11%
G=32.14%
B=43.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351802450.450.2700.04215.4584.6274.51
Hex87B4F52D1B04d7554b
Octal207264365553304327125113
Binary1000011110110100111101011011011101101001101011110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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