#87ACE8

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

Shades of Jordy Blue #87ACE8

Tints of Jordy Blue #87ACE8

Color information

#87ACE8 (or 0x87ACE8) is unknown color: approx Jordy Blue. HEX triplet: 87, AC and E8. RGB value is (135,172,232). Sum of RGB (Red+Green+Blue) = 135+172+232=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #87ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACE8 is #785317. Grayscale: #A7A7A7. Windows color (decimal): -7885592 or 15248519. OLE color: 15248519.

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

Color convert

RGB135172232-
CMYK0.420.2600.09
HSL217.11º67.83%71.96%-
HSV(B)217.11º41.81%90.98%-
XYZ39.3140.4882.09-
YUV167.78164.24104.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.05%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 232 (91.02% from 255) = 43.04%
R=25.05%
G=31.91%
B=43.04%

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
Decimal1351722320.420.2600.09217.1167.8371.96
Hex87ACE82A1A09d94448
Octal2072543505232011331104110
Binary10000111101011001110100010101011010010011101100110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,232); }

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

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

 a { background-color: rgb(135,172,232); }

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

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

 span { border-color: rgb(135,172,232); }

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