#87B4EC

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

Shades of Jordy Blue #87B4EC

Tints of Jordy Blue #87B4EC

Color information

#87B4EC (or 0x87B4EC) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and EC. RGB value is (135,180,236). Sum of RGB (Red+Green+Blue) = 135+180+236=551 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.50% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #87B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B4EC is #784B13. Grayscale: #ACACAC. Windows color (decimal): -7883540 or 15512711. OLE color: 15512711.

HSL color Cylindrical-coordinate representation of color #87B4EC: hue angle of 213.27º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87B4EC is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135180236-
CMYK0.430.2400.07
HSL213.27º72.66%72.75%-
HSV(B)213.27º42.8%92.55%-
XYZ41.4543.8585.64-
YUV172.93163.59100.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.50%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=24.50%
G=32.67%
B=42.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351802360.430.2400.07213.2772.6672.75
Hex87B4EC2B1807d54949
Octal207264354533007325111111
Binary1000011110110100111011001010111100001111101010110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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