#87A9EA

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

Shades of Jordy Blue #87A9EA

Tints of Jordy Blue #87A9EA

Color information

#87A9EA (or 0x87A9EA) is unknown color: approx Jordy Blue. HEX triplet: 87, A9 and EA. RGB value is (135,169,234). Sum of RGB (Red+Green+Blue) = 135+169+234=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #87A9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A9EA is #785615. Grayscale: #A5A5A5. Windows color (decimal): -7886358 or 15378823. OLE color: 15378823.

HSL color Cylindrical-coordinate representation of color #87A9EA: hue angle of 219.39º 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 #87A9EA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135169234-
CMYK0.420.2800.08
HSL219.39º70.21%72.35%-
HSV(B)219.39º42.31%91.76%-
XYZ39.0339.4783.4-
YUV166.24166.24105.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=25.09%
G=31.41%
B=43.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351692340.420.2800.08219.3970.2172.35
Hex87A9EA2A1C08db4648
Octal2072513525234010333106110
Binary10000111101010011110101010101011100010001101101110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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