#87B1EB

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

Shades of Jordy Blue #87B1EB

Tints of Jordy Blue #87B1EB

Color information

#87B1EB (or 0x87B1EB) is unknown color: approx Jordy Blue. HEX triplet: 87, B1 and EB. RGB value is (135,177,235). Sum of RGB (Red+Green+Blue) = 135+177+235=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #87B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B1EB is #784E14. Grayscale: #AAAAAA. Windows color (decimal): -7884309 or 15446407. OLE color: 15446407.

HSL color Cylindrical-coordinate representation of color #87B1EB: hue angle of 214.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 #87B1EB is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135177235-
CMYK0.430.2500.08
HSL214.8º71.43%72.55%-
HSV(B)214.8º42.55%92.16%-
XYZ40.7142.5984.67-
YUV171.05164.09102.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.68%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=24.68%
G=32.36%
B=42.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351772350.430.2500.08214.871.4372.55
Hex87B1EB2B1908d74749
Octal2072613535331010327107111
Binary10000111101100011110101110101111001010001101011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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