#87ACE6

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

Shades of Jordy Blue #87ACE6

Tints of Jordy Blue #87ACE6

Color information

#87ACE6 (or 0x87ACE6) is unknown color: approx Jordy Blue. HEX triplet: 87, AC and E6. RGB value is (135,172,230). Sum of RGB (Red+Green+Blue) = 135+172+230=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #87ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACE6 is #785319. Grayscale: #A7A7A7. Windows color (decimal): -7885594 or 15117447. OLE color: 15117447.

HSL color Cylindrical-coordinate representation of color #87ACE6: hue angle of 216.63º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87ACE6 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB135172230-
CMYK0.410.2500.10
HSL216.63º65.52%71.57%-
HSV(B)216.63º41.3%90.2%-
XYZ39.0340.3780.6-
YUV167.55163.24104.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.14%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=25.14%
G=32.03%
B=42.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1351722300.410.2500.10216.6365.5271.57
Hex87ACE629190Ad94248
Octal2072543465131012331102110
Binary10000111101011001110011010100111001010101101100110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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