#87adfb

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

Shades of Jordy Blue #87ADFB

Tints of Jordy Blue #87ADFB

Color information

#87ADFB (or 0x87ADFB) is unknown color: approx Jordy Blue. HEX triplet: 87, AD and FB. RGB value is (135,173,251). Sum of RGB (Red+Green+Blue) = 135+173+251=559 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.15% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #87ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ADFB is #785204. Grayscale: #AAAAAA. Windows color (decimal): -7885317 or 16493959. OLE color: 16493959.

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

Color convert

RGB135173251-
CMYK0.460.3100.02
HSL220.34º93.55%75.69%-
HSV(B)220.34º46.22%98.43%-
XYZ42.354297.14-
YUV170.53173.41102.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.15%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=24.15%
G=30.95%
B=44.90%

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
Decimal1351732510.460.3100.02220.3493.5575.69
Hex87ADFB2E1F02dc5e4c
Octal207255373563702334136114
Binary100001111010110111111011101110111110101101110010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87adfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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