#87A9E9

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

Shades of Jordy Blue #87A9E9

Tints of Jordy Blue #87A9E9

Color information

#87A9E9 (or 0x87A9E9) is unknown color: approx Jordy Blue. HEX triplet: 87, A9 and E9. RGB value is (135,169,233). Sum of RGB (Red+Green+Blue) = 135+169+233=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #87A9E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A9E9 is #785616. Grayscale: #A5A5A5. Windows color (decimal): -7886359 or 15313287. OLE color: 15313287.

HSL color Cylindrical-coordinate representation of color #87A9E9: hue angle of 219.18º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87A9E9 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB135169233-
CMYK0.420.2700.09
HSL219.18º69.01%72.16%-
HSV(B)219.18º42.06%91.37%-
XYZ38.8939.4182.65-
YUV166.13165.74105.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.14%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=25.14%
G=31.47%
B=43.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1351692330.420.2700.09219.1869.0172.16
Hex87A9E92A1B09db4548
Octal2072513515233011333105110
Binary10000111101010011110100110101011011010011101101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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