#87ABFB

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

Shades of Jordy Blue #87ABFB

Tints of Jordy Blue #87ABFB

Color information

#87ABFB (or 0x87ABFB) is unknown color: approx Jordy Blue. HEX triplet: 87, AB and FB. RGB value is (135,171,251). Sum of RGB (Red+Green+Blue) = 135+171+251=557 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.24% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #87ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ABFB is #785404. Grayscale: #A9A9A9. Windows color (decimal): -7885829 or 16493447. OLE color: 16493447.

HSL color Cylindrical-coordinate representation of color #87ABFB: hue angle of 221.38º 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 #87ABFB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135171251-
CMYK0.460.3200.02
HSL221.38º93.55%75.69%-
HSV(B)221.38º46.22%98.43%-
XYZ41.9741.2497.02-
YUV169.36174.07103.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.24%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=24.24%
G=30.70%
B=45.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351712510.460.3200.02221.3893.5575.69
Hex87ABFB2E2002dd5e4c
Octal207253373564002335136114
Binary1000011110101011111110111011101000000101101110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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