#87ADFA

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

Shades of Jordy Blue #87ADFA

Tints of Jordy Blue #87ADFA

Color information

#87ADFA (or 0x87ADFA) is unknown color: approx Jordy Blue. HEX triplet: 87, AD and FA. RGB value is (135,173,250). Sum of RGB (Red+Green+Blue) = 135+173+250=558 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.19% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #87ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ADFA is #785205. Grayscale: #AAAAAA. Windows color (decimal): -7885318 or 16428423. OLE color: 16428423.

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

Color convert

RGB135173250-
CMYK0.460.3100.02
HSL220.17º92%75.49%-
HSV(B)220.17º46%98.04%-
XYZ42.1941.9496.31-
YUV170.42172.91102.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.19%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=24.19%
G=31.00%
B=44.80%

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
Decimal1351732500.460.3100.02220.179275.49
Hex87ADFA2E1F02dc5c4b
Octal207255372563702334134113
Binary100001111010110111111010101110111110101101110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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