#87B4E1

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

Shades of Jordy Blue #87B4E1

Tints of Jordy Blue #87B4E1

Color information

#87B4E1 (or 0x87B4E1) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and E1. RGB value is (135,180,225). Sum of RGB (Red+Green+Blue) = 135+180+225=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #87B4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B4E1 is #784B1E. Grayscale: #ABABAB. Windows color (decimal): -7883551 or 14791815. OLE color: 14791815.

HSL color Cylindrical-coordinate representation of color #87B4E1: hue angle of 210º 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 #87B4E1 is Cyan = 0.4, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135180225-
CMYK0.40.200.12
HSL210º60%70.59%-
HSV(B)210º40%88.24%-
XYZ39.943.2377.48-
YUV171.68158.09101.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351802250.40.200.122106070.59
Hex87B4E128140Cd23c47
Octal207264341502401432274107
Binary1000011110110100111000011010001010001100110100101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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