#87a5ea

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

Shades of Jordy Blue #87A5EA

Tints of Jordy Blue #87A5EA

Color information

#87A5EA (or 0x87A5EA) is unknown color: approx Jordy Blue. HEX triplet: 87, A5 and EA. RGB value is (135,165,234). Sum of RGB (Red+Green+Blue) = 135+165+234=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #87A5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A5EA is #785A15. Grayscale: #A3A3A3. Windows color (decimal): -7887382 or 15377799. OLE color: 15377799.

HSL color Cylindrical-coordinate representation of color #87A5EA: hue angle of 221.82º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87A5EA is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135165234-
CMYK0.420.2900.08
HSL221.82º70.21%72.35%-
HSV(B)221.82º42.31%91.76%-
XYZ38.33883.16-
YUV163.9167.56107.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=25.28%
G=30.90%
B=43.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351652340.420.2900.08221.8270.2172.35
Hex87A5EA2A1D08de4648
Octal2072453525235010336106110
Binary10000111101001011110101010101011101010001101111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87a5ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,165,234); }

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

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

 a { background-color: rgb(135,165,234); }

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

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

 span { border-color: rgb(135,165,234); }

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