#87AEDC

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

Shades of Jordy Blue #87AEDC

Tints of Jordy Blue #87AEDC

Color information

#87AEDC (or 0x87AEDC) is unknown color: approx Jordy Blue. HEX triplet: 87, AE and DC. RGB value is (135,174,220). Sum of RGB (Red+Green+Blue) = 135+174+220=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #87AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEDC is #785123. Grayscale: #A7A7A7. Windows color (decimal): -7885092 or 14462599. OLE color: 14462599.

HSL color Cylindrical-coordinate representation of color #87AEDC: hue angle of 212.47º 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 #87AEDC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135174220-
CMYK0.390.2100.14
HSL212.47º54.84%69.61%-
HSV(B)212.47º38.64%86.27%-
XYZ38.0540.5973.54-
YUV167.58157.58104.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.52%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=25.52%
G=32.89%
B=41.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351742200.390.2100.14212.4754.8469.61
Hex87AEDC27150Ed43746
Octal207256334472501632467106
Binary1000011110101110110111001001111010101110110101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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