#87AAE9

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

Shades of Jordy Blue #87AAE9

Tints of Jordy Blue #87AAE9

Color information

#87AAE9 (or 0x87AAE9) is unknown color: approx Jordy Blue. HEX triplet: 87, AA and E9. RGB value is (135,170,233). Sum of RGB (Red+Green+Blue) = 135+170+233=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #87AAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AAE9 is #785516. Grayscale: #A6A6A6. Windows color (decimal): -7886103 or 15313543. OLE color: 15313543.

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

Color convert

RGB135170233-
CMYK0.420.2700.09
HSL218.57º69.01%72.16%-
HSV(B)218.57º42.06%91.37%-
XYZ39.0739.7882.71-
YUV166.72165.4105.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=25.09%
G=31.60%
B=43.31%

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
Decimal1351702330.420.2700.09218.5769.0172.16
Hex87AAE92A1B09db4548
Octal2072523515233011333105110
Binary10000111101010101110100110101011011010011101101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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