#87B4EB

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

Shades of Jordy Blue #87B4EB

Tints of Jordy Blue #87B4EB

Color information

#87B4EB (or 0x87B4EB) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and EB. RGB value is (135,180,235). Sum of RGB (Red+Green+Blue) = 135+180+235=550 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.55% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #87B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B4EB is #784B14. Grayscale: #ACACAC. Windows color (decimal): -7883541 or 15447175. OLE color: 15447175.

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

Color convert

RGB135180235-
CMYK0.430.2300.08
HSL213º71.43%72.55%-
HSV(B)213º42.55%92.16%-
XYZ41.3143.7984.87-
YUV172.81163.09101.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.55%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=24.55%
G=32.73%
B=42.73%

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
Decimal1351802350.430.2300.0821371.4372.55
Hex87B4EB2B1708d54749
Octal2072643535327010325107111
Binary10000111101101001110101110101110111010001101010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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