#87A9DD

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

Shades of Jordy Blue #87A9DD

Tints of Jordy Blue #87A9DD

Color information

#87A9DD (or 0x87A9DD) is unknown color: approx Jordy Blue. HEX triplet: 87, A9 and DD. RGB value is (135,169,221). Sum of RGB (Red+Green+Blue) = 135+169+221=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #87A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9DD is #785622. Grayscale: #A4A4A4. Windows color (decimal): -7886371 or 14526855. OLE color: 14526855.

HSL color Cylindrical-coordinate representation of color #87A9DD: hue angle of 216.28º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A9DD is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135169221-
CMYK0.390.2400.13
HSL216.28º55.84%69.8%-
HSV(B)216.28º38.91%86.67%-
XYZ37.2338.7573.92-
YUV164.76159.74106.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=25.71%
G=32.19%
B=42.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351692210.390.2400.13216.2855.8469.8
Hex87A9DD27180Dd83846
Octal207251335473001533070106
Binary1000011110101001110111011001111100001101110110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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