#87ABF5

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

Shades of Jordy Blue #87ABF5

Tints of Jordy Blue #87ABF5

Color information

#87ABF5 (or 0x87ABF5) is unknown color: approx Jordy Blue. HEX triplet: 87, AB and F5. RGB value is (135,171,245). Sum of RGB (Red+Green+Blue) = 135+171+245=551 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.50% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #87ABF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ABF5 is #78540A. Grayscale: #A8A8A8. Windows color (decimal): -7885835 or 16100231. OLE color: 16100231.

HSL color Cylindrical-coordinate representation of color #87ABF5: hue angle of 220.36º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87ABF5 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135171245-
CMYK0.450.3000.04
HSL220.36º84.62%74.51%-
HSV(B)220.36º44.9%96.08%-
XYZ41.0440.8792.11-
YUV168.67171.07103.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.50%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=24.50%
G=31.03%
B=44.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351712450.450.3000.04220.3684.6274.51
Hex87ABF52D1E04dc554b
Octal207253365553604334125113
Binary1000011110101011111101011011011111001001101110010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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