#87ADE9

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

Shades of Jordy Blue #87ADE9

Tints of Jordy Blue #87ADE9

Color information

#87ADE9 (or 0x87ADE9) is unknown color: approx Jordy Blue. HEX triplet: 87, AD and E9. RGB value is (135,173,233). Sum of RGB (Red+Green+Blue) = 135+173+233=541 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.95% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #87ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ADE9 is #785216. Grayscale: #A8A8A8. Windows color (decimal): -7885335 or 15314311. OLE color: 15314311.

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

Color convert

RGB135173233-
CMYK0.420.2600.09
HSL216.73º69.01%72.16%-
HSV(B)216.73º42.06%91.37%-
XYZ39.6440.9282.9-
YUV168.48164.41104.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.95%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 233 (91.41% from 255) = 43.07%
R=24.95%
G=31.98%
B=43.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1351732330.420.2600.09216.7369.0172.16
Hex87ADE92A1A09d94548
Octal2072553515232011331105110
Binary10000111101011011110100110101011010010011101100110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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