#87B0E1

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

Shades of Jordy Blue #87B0E1

Tints of Jordy Blue #87B0E1

Color information

#87B0E1 (or 0x87B0E1) is unknown color: approx Jordy Blue. HEX triplet: 87, B0 and E1. RGB value is (135,176,225). Sum of RGB (Red+Green+Blue) = 135+176+225=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #87B0E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0E1 is #784F1E. Grayscale: #A9A9A9. Windows color (decimal): -7884575 or 14790791. OLE color: 14790791.

HSL color Cylindrical-coordinate representation of color #87B0E1: hue angle of 212.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87B0E1 is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135176225-
CMYK0.40.2200.12
HSL212.67º60%70.59%-
HSV(B)212.67º40%88.24%-
XYZ39.1141.6477.21-
YUV169.33159.42103.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.19%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=25.19%
G=32.84%
B=41.98%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351762250.40.2200.12212.676070.59
Hex87B0E128160Cd53c47
Octal207260341502601432574107
Binary1000011110110000111000011010001011001100110101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,176,225); }

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

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

 a { background-color: rgb(135,176,225); }

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

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

 span { border-color: rgb(135,176,225); }

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