#87B3F5

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

Shades of Jordy Blue #87B3F5

Tints of Jordy Blue #87B3F5

Color information

#87B3F5 (or 0x87B3F5) is unknown color: approx Jordy Blue. HEX triplet: 87, B3 and F5. RGB value is (135,179,245). Sum of RGB (Red+Green+Blue) = 135+179+245=559 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.15% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #87B3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B3F5 is #784C0A. Grayscale: #ADADAD. Windows color (decimal): -7883787 or 16102279. OLE color: 16102279.

HSL color Cylindrical-coordinate representation of color #87B3F5: hue angle of 216º 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 #87B3F5 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135179245-
CMYK0.450.2700.04
HSL216º84.62%74.51%-
HSV(B)216º44.9%96.08%-
XYZ42.5943.9892.63-
YUV173.37168.42100.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.15%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=24.15%
G=32.02%
B=43.83%

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
Decimal1351792450.450.2700.0421684.6274.51
Hex87B3F52D1B04d8554b
Octal207263365553304330125113
Binary1000011110110011111101011011011101101001101100010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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