#87A4E2

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

Shades of Jordy Blue #87A4E2

Tints of Jordy Blue #87A4E2

Color information

#87A4E2 (or 0x87A4E2) is unknown color: approx Jordy Blue. HEX triplet: 87, A4 and E2. RGB value is (135,164,226). Sum of RGB (Red+Green+Blue) = 135+164+226=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #87A4E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4E2 is #785B1D. Grayscale: #A2A2A2. Windows color (decimal): -7887646 or 14853255. OLE color: 14853255.

HSL color Cylindrical-coordinate representation of color #87A4E2: hue angle of 220.88º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87A4E2 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB135164226-
CMYK0.400.2700.11
HSL220.88º61.07%70.78%-
HSV(B)220.88º40.27%88.63%-
XYZ36.9937.1977.18-
YUV162.4163.89108.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=25.71%
G=31.24%
B=43.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1351642260.400.2700.11220.8861.0770.78
Hex87A4E2281B0Bdd3d47
Octal207244342503301333575107
Binary1000011110100100111000101010001101101011110111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,164,226); }

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

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

 a { background-color: rgb(135,164,226); }

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

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

 span { border-color: rgb(135,164,226); }

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