#87A9DC

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

Shades of Jordy Blue #87A9DC

Tints of Jordy Blue #87A9DC

Color information

#87A9DC (or 0x87A9DC) is unknown color: approx Jordy Blue. HEX triplet: 87, A9 and DC. RGB value is (135,169,220). Sum of RGB (Red+Green+Blue) = 135+169+220=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #87A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9DC is #785623. Grayscale: #A4A4A4. Windows color (decimal): -7886372 or 14461319. OLE color: 14461319.

HSL color Cylindrical-coordinate representation of color #87A9DC: hue angle of 216º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A9DC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135169220-
CMYK0.390.2300.14
HSL216º54.84%69.61%-
HSV(B)216º38.64%86.27%-
XYZ37.138.6973.22-
YUV164.65159.24106.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.76%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=25.76%
G=32.25%
B=41.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351692200.390.2300.1421654.8469.61
Hex87A9DC27170Ed83746
Octal207251334472701633067106
Binary1000011110101001110111001001111011101110110110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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