#87A4EE

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

Shades of Jordy Blue #87A4EE

Tints of Jordy Blue #87A4EE

Color information

#87A4EE (or 0x87A4EE) is unknown color: approx Jordy Blue. HEX triplet: 87, A4 and EE. RGB value is (135,164,238). Sum of RGB (Red+Green+Blue) = 135+164+238=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #87A4EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A4EE is #785B11. Grayscale: #A3A3A3. Windows color (decimal): -7887634 or 15639687. OLE color: 15639687.

HSL color Cylindrical-coordinate representation of color #87A4EE: hue angle of 223.11º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87A4EE is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135164238-
CMYK0.430.3100.07
HSL223.11º75.18%73.14%-
HSV(B)223.11º43.28%93.33%-
XYZ38.737.8786.16-
YUV163.76169.89107.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.14%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=25.14%
G=30.54%
B=44.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351642380.430.3100.07223.1175.1873.14
Hex87A4EE2B1F07df4b49
Octal207244356533707337113111
Binary1000011110100100111011101010111111101111101111110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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