#87ABE0

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

Shades of Jordy Blue #87ABE0

Tints of Jordy Blue #87ABE0

Color information

#87ABE0 (or 0x87ABE0) is unknown color: approx Jordy Blue. HEX triplet: 87, AB and E0. RGB value is (135,171,224). Sum of RGB (Red+Green+Blue) = 135+171+224=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #87ABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABE0 is #78541F. Grayscale: #A6A6A6. Windows color (decimal): -7885856 or 14723975. OLE color: 14723975.

HSL color Cylindrical-coordinate representation of color #87ABE0: hue angle of 215.73º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87ABE0 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135171224-
CMYK0.400.2400.12
HSL215.73º58.94%70.39%-
HSV(B)215.73º39.73%87.84%-
XYZ38.0139.6676.17-
YUV166.28160.57105.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=25.47%
G=32.26%
B=42.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351712240.400.2400.12215.7358.9470.39
Hex87ABE028180Cd83b46
Octal207253340503001433073106
Binary1000011110101011111000001010001100001100110110001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,171,224); }

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

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

 a { background-color: rgb(135,171,224); }

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

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

 span { border-color: rgb(135,171,224); }

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