#87AAED

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

Shades of Jordy Blue #87AAED

Tints of Jordy Blue #87AAED

Color information

#87AAED (or 0x87AAED) is unknown color: approx Jordy Blue. HEX triplet: 87, AA and ED. RGB value is (135,170,237). Sum of RGB (Red+Green+Blue) = 135+170+237=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #87AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AAED is #785512. Grayscale: #A6A6A6. Windows color (decimal): -7886099 or 15575687. OLE color: 15575687.

HSL color Cylindrical-coordinate representation of color #87AAED: hue angle of 219.41º degrees, saturation: 0.74, 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 #87AAED is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135170237-
CMYK0.430.2800.07
HSL219.41º73.91%72.94%-
HSV(B)219.41º43.04%92.94%-
XYZ39.6540.0185.75-
YUV167.17167.4105.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.91%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=24.91%
G=31.37%
B=43.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351702370.430.2800.07219.4173.9172.94
Hex87AAED2B1C07db4a49
Octal207252355533407333112111
Binary1000011110101010111011011010111110001111101101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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