#87ADF1

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

Shades of Jordy Blue #87ADF1

Tints of Jordy Blue #87ADF1

Color information

#87ADF1 (or 0x87ADF1) is unknown color: approx Jordy Blue. HEX triplet: 87, AD and F1. RGB value is (135,173,241). Sum of RGB (Red+Green+Blue) = 135+173+241=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #87ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ADF1 is #78520E. Grayscale: #A9A9A9. Windows color (decimal): -7885327 or 15838599. OLE color: 15838599.

HSL color Cylindrical-coordinate representation of color #87ADF1: hue angle of 218.49º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87ADF1 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135173241-
CMYK0.440.2800.05
HSL218.49º79.1%73.73%-
HSV(B)218.49º43.98%94.51%-
XYZ40.8141.3989.06-
YUV169.39168.41103.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.59%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=24.59%
G=31.51%
B=43.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351732410.440.2800.05218.4979.173.73
Hex87ADF12C1C05da4f4a
Octal207255361543405332117112
Binary1000011110101101111100011011001110001011101101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,173,241); }

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

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

 a { background-color: rgb(135,173,241); }

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

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

 span { border-color: rgb(135,173,241); }

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