#87B6EB

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

Shades of Jordy Blue #87B6EB

Tints of Jordy Blue #87B6EB

Color information

#87B6EB (or 0x87B6EB) is unknown color: approx Jordy Blue. HEX triplet: 87, B6 and EB. RGB value is (135,182,235). Sum of RGB (Red+Green+Blue) = 135+182+235=552 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.46% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #87B6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B6EB is #784914. Grayscale: #ADADAD. Windows color (decimal): -7883029 or 15447687. OLE color: 15447687.

HSL color Cylindrical-coordinate representation of color #87B6EB: hue angle of 211.8º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87B6EB is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135182235-
CMYK0.430.2300.08
HSL211.8º71.43%72.55%-
HSV(B)211.8º42.55%92.16%-
XYZ41.7244.685.01-
YUV173.99162.43100.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.46%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=24.46%
G=32.97%
B=42.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351822350.430.2300.08211.871.4372.55
Hex87B6EB2B1708d44749
Octal2072663535327010324107111
Binary10000111101101101110101110101110111010001101010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,182,235); }

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

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

 a { background-color: rgb(135,182,235); }

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

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

 span { border-color: rgb(135,182,235); }

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