#87ACFB

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

Shades of Jordy Blue #87ACFB

Tints of Jordy Blue #87ACFB

Color information

#87ACFB (or 0x87ACFB) is unknown color: approx Jordy Blue. HEX triplet: 87, AC and FB. RGB value is (135,172,251). Sum of RGB (Red+Green+Blue) = 135+172+251=558 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.19% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #87ACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACFB is #785304. Grayscale: #A9A9A9. Windows color (decimal): -7885573 or 16493703. OLE color: 16493703.

HSL color Cylindrical-coordinate representation of color #87ACFB: hue angle of 220.86º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87ACFB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135172251-
CMYK0.460.3100.02
HSL220.86º93.55%75.69%-
HSV(B)220.86º46.22%98.43%-
XYZ42.1641.6297.08-
YUV169.94173.74103.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.19%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=24.19%
G=30.82%
B=44.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351722510.460.3100.02220.8693.5575.69
Hex87ACFB2E1F02dd5e4c
Octal207254373563702335136114
Binary100001111010110011111011101110111110101101110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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